From e8e0d024062953d93699c4c26e691e7351ab1c3a Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:15:05 -0800 Subject: [PATCH] Remove outdated ROCm environment variable overrides from one_click.py --- one_click.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/one_click.py b/one_click.py index 67bd3a96..efb07134 100644 --- a/one_click.py +++ b/one_click.py @@ -10,11 +10,6 @@ import site import subprocess import sys -# Remove the '# ' from the following lines as needed for your AMD GPU on Linux -# os.environ["ROCM_PATH"] = '/opt/rocm' -# os.environ["HSA_OVERRIDE_GFX_VERSION"] = '10.3.0' -# os.environ["HCC_AMDGPU_TARGET"] = 'gfx1030' - # Define the required versions TORCH_VERSION = "2.9.1" PYTHON_VERSION = "3.13"