Skip to content

Commit

Permalink
fix: remove TPU from accelerator test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha-gitg committed Mar 22, 2021
1 parent 45d5565 commit 57f4fcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/aiplatform/test_utils.py
Expand Up @@ -215,7 +215,6 @@ def test_validate_display_name():
[
("NVIDIA_TESLA_K80", True),
("ACCELERATOR_TYPE_UNSPECIFIED", True),
("TPU_V3", True),
("NONEXISTENT_GPU", False),
("NVIDIA_GALAXY_R7", False),
("", False),
Expand Down

0 comments on commit 57f4fcf

Please sign in to comment.