Fine-tuning LLMs on AMD GPUs with Unsloth Guide
Guide for Fine-tuning LLMs with Unsloth on AMD GPUs.
1
apt install python3.10-venv python3.11-venv python3.12-venv python3.13-venv -y
python -m venv unsloth_env
source unsloth_env/bin/activate2
pip install --upgrade torch==2.8.0 pytorch-triton-rocm torchvision torchaudio torchao==0.13.0 xformers --index-url https://download.pytorch.org/whl/rocm6.43
pip install --no-deps unsloth unsloth-zoo
pip install --no-deps git+https://github.com/unslothai/unsloth-zoo.git
pip install "unsloth[amd] @ git+https://github.com/unslothai/unsloth"🔢Reinforcement Learning on AMD GPUs





🛠️Troubleshooting
📚AMD Free One-click notebooks


Last updated
Was this helpful?

