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