Skip to content

Commit

Permalink
Update tests/openvino/test_diffusion.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil authored Jan 30, 2025
1 parent d293c56 commit d8585db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/openvino/test_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_ov_pipeline_class_dispatch(self, model_arch: str):

self.assertEqual(ov_pipeline.auto_model_class, auto_pipeline.__class__)

auto_pipeline = auto_pipeline.from_pretrained(MODEL_NAMES[model_arch])
auto_pipeline = DiffusionPipeline.from_pretrained(MODEL_NAMES[model_arch])
ov_pipeline = OVDiffusionPipeline.from_pretrained(MODEL_NAMES[model_arch])

self.assertEqual(ov_pipeline.auto_model_class, auto_pipeline.__class__)
Expand Down

0 comments on commit d8585db

Please sign in to comment.