mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-07-20 02:21:15 +08:00
Fix typo in lora convert.py (#245)
This commit is contained in:
parent
b152d12d7b
commit
25ebd36112
@ -87,7 +87,7 @@ if __name__ == "__main__":
|
||||
# Copy the tokenizer
|
||||
tokenizer_path = torch_path / "tokenizer.model"
|
||||
if not tokenizer_path.exists():
|
||||
print(f"Make sure there is a file tokenizer.model in {args.torch-path}")
|
||||
print(f"Make sure there is a file tokenizer.model in {args.torch_path}")
|
||||
exit(0)
|
||||
shutil.copyfile(
|
||||
str(tokenizer_path),
|
||||
|
Loading…
Reference in New Issue
Block a user