Update save.py

This commit is contained in:
Daniel Han-Chen 2024-02-05 19:07:00 +11:00
commit e487abd94a

View file

@ -902,6 +902,7 @@ def unsloth_save_pretrained_gguf(
makefile = install_llama_cpp_make_non_blocking()
new_save_directory = unsloth_save_model(**arguments)
python_install.wait()
makefile.wait()
else:
try:
new_save_directory = unsloth_save_model(**arguments)
@ -914,6 +915,7 @@ def unsloth_save_pretrained_gguf(
makefile = install_llama_cpp_make_non_blocking()
new_save_directory = unsloth_save_model(**arguments)
python_install.wait()
makefile.wait()
pass
pass