Skip to content

Commit 3e58f9b

Browse files
committed
update accelerator registry
1 parent 540b478 commit 3e58f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/accelerators/test_accelerator_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ def is_available():
6363

6464

6565
def test_available_accelerators_in_registry():
66-
assert AcceleratorRegistry.available_accelerators() == ["cpu", "gpu", "hpu", "ipu", "mps", "tpu"]
66+
assert AcceleratorRegistry.available_accelerators() == ["cpu", "cuda", "tpu", "hpu", "ipu", "mps", "tpu"]

0 commit comments

Comments
 (0)