From 263470edcac7ee1561ef30f51933fe3abe1d956e Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Fri, 3 Apr 2026 19:51:16 +0000 Subject: [PATCH] Remove duplicate comment from pre-commit merge --- studio/install_python_stack.py | 1 - 1 file changed, 1 deletion(-) 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