Skip to content

Commit

Permalink
Update SpaceHardware enum (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin authored Nov 3, 2023
1 parent 3c9f976 commit 9b56c3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/huggingface_hub/_space_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ class SpaceHardware(str, Enum):
CPU_UPGRADE = "cpu-upgrade"
T4_SMALL = "t4-small"
T4_MEDIUM = "t4-medium"
ZERO_A10G = "zero-a10g"
A10G_SMALL = "a10g-small"
A10G_LARGE = "a10g-large"
A10G_LARGEX2 = "a10g-largex2"
A10G_LARGEX4 = "a10g-largex4"
A100_LARGE = "a100-large"


Expand Down

0 comments on commit 9b56c3f

Please sign in to comment.