Update save.py

This commit is contained in:
Daniel Han 2024-12-03 16:25:40 -08:00
commit 9b583fc157

View file

@ -1171,7 +1171,7 @@ def save_to_gguf(
f"--outtype {first_conversion}"
pass
try_execute([command], force_complete = True)
try_execute([command,], force_complete = True)
# Check if quantization succeeded!
if not os.path.isfile(final_location):