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 0670c06 commit 9c8552fCopy full SHA for 9c8552f
1 file changed
api/transformerlab/compute_providers/runpod.py
@@ -69,7 +69,8 @@
69
"RTX4000": "NVIDIA RTX 4000 Ada Generation",
70
"RTX2000": "NVIDIA RTX 2000 Ada Generation",
71
# AMD Instinct (ROCm). Launching these requires a ROCm container image, not
72
- # the default CUDA image — see _is_amd_gpu_id / _default_image_for_gpu below.
+ # the default CUDA image — see _is_amd_gpu_id and the image selection in
73
+ # launch_cluster().
74
"MI300X": "AMD Instinct MI300X OAM",
75
}
76
0 commit comments