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"