diff --git a/lora/convert.py b/lora/convert.py index 4a353903..a9702c03 100644 --- a/lora/convert.py +++ b/lora/convert.py @@ -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),