Update save.py
This commit is contained in:
parent
1642ded035
commit
cf993d74b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue