Update save.py
This commit is contained in:
parent
fef0589d6e
commit
74b69775c2
1 changed files with 1 additions and 1 deletions
|
|
@ -1043,5 +1043,5 @@ def patch_saving_functions(model):
|
|||
model.push_to_hub_gguf = types.MethodType(unsloth_push_to_hub_gguf, model)
|
||||
model.save_pretrained_gguf = types.MethodType(unsloth_save_pretrained_gguf, model)
|
||||
pass
|
||||
return
|
||||
return model
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue