From 25ebd361125b2c2fb55f5165f3c790fd08691f0f Mon Sep 17 00:00:00 2001 From: mc0ps <23041945+mc0ps@users.noreply.github.com> Date: Sun, 7 Jan 2024 06:30:30 -0500 Subject: [PATCH] Fix typo in lora convert.py (#245) --- lora/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),