Remove outdated ROCm environment variable overrides from one_click.py

This commit is contained in:
oobabooga 2026-03-06 18:15:05 -08:00
parent 1eead661c3
commit e8e0d02406

View file

@ -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"