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