"vscode:/vscode.git/clone" did not exist on "1df9e20179948d712ddd86e26ce935c9cb64b86d"
Unverified Commit 0a5948e7 authored by Will Berman's avatar Will Berman Committed by GitHub
Browse files

remove redundant allow_patterns (#2130)

parent f653ded7
...@@ -485,10 +485,7 @@ class DiffusionPipeline(ConfigMixin): ...@@ -485,10 +485,7 @@ class DiffusionPipeline(ConfigMixin):
if from_flax: if from_flax:
ignore_patterns = ["*.bin", "*.safetensors"] ignore_patterns = ["*.bin", "*.safetensors"]
allow_patterns += [ allow_patterns += [
SCHEDULER_CONFIG_NAME,
CONFIG_NAME,
FLAX_WEIGHTS_NAME, FLAX_WEIGHTS_NAME,
cls.config_name,
] ]
if custom_pipeline is not None: if custom_pipeline is not None:
......
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