mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-01 21:01:32 +08:00
Fix capitalization typo
This commit is contained in:
@@ -17,7 +17,7 @@ DEFAULT_MAX_KV_SIZE = 1024
|
||||
|
||||
|
||||
def str2bool(string):
|
||||
return string.lower() not in ["False", "F"]
|
||||
return string.lower() not in ["false", "f"]
|
||||
|
||||
|
||||
def setup_arg_parser():
|
||||
|
Reference in New Issue
Block a user