We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69104b commit c47751aCopy full SHA for c47751a
clients/python/llmengine/data_types.py
@@ -32,6 +32,7 @@ class GpuType(str, Enum):
32
NVIDIA_TESLA_T4 = "nvidia-tesla-t4"
33
NVIDIA_AMPERE_A10 = "nvidia-ampere-a10"
34
NVIDIA_AMPERE_A100 = "nvidia-ampere-a100"
35
+ NVIDIA_AMPERE_A100E = "nvidia-ampere-a100e"
36
37
38
class ModelEndpointType(str, Enum):
0 commit comments