-
Notifications
You must be signed in to change notification settings - Fork 6k
11 ‐ AMD Setup
oobabooga edited this page Mar 7, 2026
·
2 revisions
Requires ROCm 6.4 to be installed.
The one-click installer (start_linux.sh) automatically detects AMD GPUs. When prompted, select the AMD option, or set the GPU_CHOICE environment variable before running:
GPU_CHOICE=B ./start_linux.sh
Follow the manual conda installation instructions in the README, using the AMD PyTorch command:
pip3 install torch==2.9.1 --index-url https://download.pytorch.org/whl/rocm6.4
Then install the project requirements with the AMD requirements file:
pip install -r requirements/full/requirements_amd.txt