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

This commit is contained in:
Nicolas Patry 2023-06-23 12:41:13 +02:00 committed by GitHub
parent 49b4b33e80
commit 776d150c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: