NVIDIA_TESLA_V100 = "V100" NVIDIA_TESLA_P100 = "P100" NVIDIA_TESLA_T4 = "T4" NVIDIA_TESLA_P4 = "P4" NVIDIA_TESLA_K80 = "K80" NVIDIA_TESLA_A10G = "A10G" NVIDIA_L4 = "L4" NVIDIA_L40S = "L40S" NVIDIA_A100 = "A100" NVIDIA_H100 = "H100" NVIDIA_H200 = "H200" NVIDIA_H20 = "H20" NVIDIA_B200 = "B200" INTEL_MAX_1550 = "Intel-GPU-Max-1550" INTEL_MAX_1100 = "Intel-GPU-Max-1100" INTEL_GAUDI = "Intel-GAUDI" AMD_INSTINCT_MI100 = "AMD-Instinct-MI100" AMD_INSTINCT_MI250x = "AMD-Instinct-MI250X" AMD_INSTINCT_MI250 = "AMD-Instinct-MI250X-MI250" AMD_INSTINCT_MI210 = "AMD-Instinct-MI210" AMD_INSTINCT_MI300A = "AMD-Instinct-MI300A" AMD_INSTINCT_MI300x = "AMD-Instinct-MI300X-OAM" AMD_INSTINCT_MI300x_HF = "AMD-Instinct-MI300X-HF" AMD_INSTINCT_MI308x = "AMD-Instinct-MI308X" AMD_INSTINCT_MI325x = "AMD-Instinct-MI325X-OAM" AMD_INSTINCT_MI350x = "AMD-Instinct-MI350X-OAM" AMD_INSTINCT_MI355x = "AMD-Instinct-MI355X-OAM" AMD_RADEON_R9_200_HD_7900 = "AMD-Radeon-R9-200-HD-7900" AMD_RADEON_HD_7900 = "AMD-Radeon-HD-7900" AWS_NEURON_CORE = "aws-neuron-core" GOOGLE_TPU_V2 = "TPU-V2" GOOGLE_TPU_V3 = "TPU-V3" GOOGLE_TPU_V4 = "TPU-V4" GOOGLE_TPU_V5P = "TPU-V5P" GOOGLE_TPU_V5LITEPOD = "TPU-V5LITEPOD" GOOGLE_TPU_V6E = "TPU-V6E" GOOGLE_TPU_V7X = "TPU-V7X" HUAWEI_NPU_910B = "Ascend910B" HUAWEI_NPU_910B4 = "Ascend910B4" METAX_C500 = "MXC500" METAX_C550 = "MXC550" # Use these instead of NVIDIA_A100 if you need a specific accelerator size. Note that # these labels are not auto-added to nodes, you'll have to add them manually in # addition to the default A100 label if needed. NVIDIA_A100_40G = "A100-40G" NVIDIA_A100_80G = "A100-80G"