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 7ef5dab commit 915c741Copy full SHA for 915c741
src/diffusers/utils/testing_utils.py
@@ -373,7 +373,7 @@ def require_note_seq(test_case):
373
return unittest.skipUnless(is_note_seq_available(), "test requires note_seq")(test_case)
374
375
376
-def require_non_cpu(test_case):
+def require_accelerator(test_case):
377
"""
378
Decorator marking a test that requires a hardware accelerator backend. These tests are skipped when there are no
379
hardware accelerator available.
0 commit comments