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 88d289a commit b534c50Copy full SHA for b534c50
src/diffusers/utils/testing_utils.py
@@ -342,7 +342,7 @@ def require_non_cpu(test_case):
342
Decorator marking a test that requires a hardware accelerator backend. These tests are skipped when there are no
343
hardware accelerator available.
344
"""
345
- return unittest.skipUnless(torch_device != "cpu", "test requires a GPU")(test_case)
+ return unittest.skipUnless(torch_device != "cpu", "test requires a hardware accelerator")(test_case)
346
347
348
def require_torchsde(test_case):
0 commit comments