diff --git a/studio/install_python_stack.py b/studio/install_python_stack.py index 4fd14e5023..387d8c1855 100644 --- a/studio/install_python_stack.py +++ b/studio/install_python_stack.py @@ -109,7 +109,6 @@ def _has_rocm_gpu() -> bool: import re for cmd, check_fn in ( - # rocminfo: look for "Name: gfxNNNN" indicating an actual GPU agent # rocminfo: look for "Name: gfxNNNN" with nonzero first digit (gfx000 is the CPU agent) (["rocminfo"], lambda out: bool(re.search(r"gfx[1-9]", out.lower()))), # amd-smi list: require "GPU: " data rows, not just a header