Skip to content

Commit cc0c71c

Browse files
authored
Unlist TPUs from SpaceHardware (#2973)
1 parent 0f2133b commit cc0c71c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/huggingface_hub/_space_api.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ class SpaceHardware(str, Enum):
8181
H100 = "h100"
8282
H100X8 = "h100x8"
8383

84-
# TPU
85-
V5E_1X1 = "v5e-1x1"
86-
V5E_2X2 = "v5e-2x2"
87-
V5E_2X4 = "v5e-2x4"
88-
8984

9085
class SpaceStorage(str, Enum):
9186
"""

0 commit comments

Comments
 (0)