Skip to content

Commit 9c8552f

Browse files
committed
Fix outdated comment
1 parent 0670c06 commit 9c8552f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • api/transformerlab/compute_providers

api/transformerlab/compute_providers/runpod.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
"RTX4000": "NVIDIA RTX 4000 Ada Generation",
7070
"RTX2000": "NVIDIA RTX 2000 Ada Generation",
7171
# 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.
72+
# the default CUDA image — see _is_amd_gpu_id and the image selection in
73+
# launch_cluster().
7374
"MI300X": "AMD Instinct MI300X OAM",
7475
}
7576

0 commit comments

Comments
 (0)