Unverified Commit 776d150c authored by Nicolas Patry's avatar Nicolas Patry Committed by GitHub
Browse files

feat(server): Adding new ignore_rule for conversion. (#485)

parent 49b4b33e
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment