Skip to content

Commit c47751a

Browse files
Add A100e GPU type (#299)
1 parent b69104b commit c47751a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/python/llmengine/data_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class GpuType(str, Enum):
3232
NVIDIA_TESLA_T4 = "nvidia-tesla-t4"
3333
NVIDIA_AMPERE_A10 = "nvidia-ampere-a10"
3434
NVIDIA_AMPERE_A100 = "nvidia-ampere-a100"
35+
NVIDIA_AMPERE_A100E = "nvidia-ampere-a100e"
3536

3637

3738
class ModelEndpointType(str, Enum):

0 commit comments

Comments
 (0)