mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-25 05:48:47 +01:00
Fix quantize script not finding models in parent directory (#428)
This commit is contained in:
parent
4cc053b6d5
commit
404e1da38e
@ -57,6 +57,7 @@ def main():
|
||||
# )
|
||||
|
||||
args = parser.parse_args()
|
||||
args.models_path = os.path.abspath(args.models_path)
|
||||
|
||||
if not os.path.isfile(args.quantize_script_path):
|
||||
print(
|
||||
|
Loading…
Reference in New Issue
Block a user