Skip to content

Commit

Permalink
Xfail test for now until diffusers schedulers are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
aviator19941 committed Feb 14, 2024
1 parent cb2df0f commit 41fccec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/turbine_models/tests/sd_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def testExportVaeModelEncode(self):
os.remove("stable_diffusion_v1_4_vae.safetensors")
os.remove("stable_diffusion_v1_4_vae.vmfb")

@unittest.expectedFailure
def testExportPNDMScheduler(self):
with self.assertRaises(SystemExit) as cm:
schedulers.export_scheduler(
Expand Down

0 comments on commit 41fccec

Please sign in to comment.