mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-25 20:12:07 +00:00
feat(server): Adding new ignore_rule for conversion. (#485)
This commit is contained in:
parent
49b4b33e80
commit
776d150c55
@ -30,6 +30,7 @@ def weight_hub_files(
|
||||
and len(s.rfilename.split("/")) == 1
|
||||
and "arguments" not in s.rfilename
|
||||
and "args" not in s.rfilename
|
||||
and "training" not in s.rfilename
|
||||
]
|
||||
|
||||
if not filenames:
|
||||
|
Loading…
Reference in New Issue
Block a user