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):
if from_flax:
ignore_patterns = ["*.bin", "*.safetensors"]
allow_patterns += [
SCHEDULER_CONFIG_NAME,
CONFIG_NAME,
FLAX_WEIGHTS_NAME,
cls.config_name,
]
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