Skip to content

Commit 915c741

Browse files
faaanyDN6
andauthored
Update src/diffusers/utils/testing_utils.py
Co-authored-by: Dhruv Nair <[email protected]>
1 parent 7ef5dab commit 915c741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/utils/testing_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def require_note_seq(test_case):
373373
return unittest.skipUnless(is_note_seq_available(), "test requires note_seq")(test_case)
374374

375375

376-
def require_non_cpu(test_case):
376+
def require_accelerator(test_case):
377377
"""
378378
Decorator marking a test that requires a hardware accelerator backend. These tests are skipped when there are no
379379
hardware accelerator available.

0 commit comments

Comments
 (0)