We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9d3bd commit 8d21655Copy full SHA for 8d21655
tests/pipelines/test_pipelines.py
@@ -610,7 +610,7 @@ def test_download_legacy_variants_with_sharded_ckpts_raises_warning(self):
610
variant="fp16",
611
use_safetensors=True,
612
)
613
- assert deprecated_warning_msg in str(cap_logger), "Deprecation warning not found in logs"
+ assert deprecated_warning_msg in str(cap_logger), "Deprecation warning not found in logs"
614
615
def test_download_safetensors_only_variant_exists_for_model(self):
616
variant = None
0 commit comments