Update save.py
This commit is contained in:
parent
da4741bbef
commit
264b85da26
1 changed files with 2 additions and 1 deletions
|
|
@ -2131,7 +2131,8 @@ def unsloth_generic_save(
|
|||
if token is None and push_to_hub: token = get_token()
|
||||
merge_and_overwrite_lora(
|
||||
get_model_name,
|
||||
model,
|
||||
model = model,
|
||||
tokenizer = tokenizer,
|
||||
save_directory = save_directory,
|
||||
push_to_hub = push_to_hub,
|
||||
private = private,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue