Update save.py
This commit is contained in:
parent
f3ac7068b0
commit
921975f082
1 changed files with 2 additions and 1 deletions
|
|
@ -2264,7 +2264,8 @@ def save_to_gguf_generic(
|
|||
folder_path = save_directory,
|
||||
repo_id = repo_id,
|
||||
repo_type = "model",
|
||||
allow_patterns = ["*.gguf*"],
|
||||
allow_patterns = ["*.gguf"],
|
||||
private = True,
|
||||
)
|
||||
pass
|
||||
return metadata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue