Fine-tuning LLMs with Blackwell, RTX 50 series & Unsloth
Learn how to fine-tune LLMs on NVIDIA's Blackwell RTX 50 series and B200 GPUs with our step-by-step guide.
Pip install
pip install unslothpython -m venv unsloth
source unsloth/bin/activate
pip install unsloth# First uninstall xformers installed by previous libraries
pip uninstall xformers -y
# Clone and build
pip install ninja
export TORCH_CUDA_ARCH_LIST="12.0"
git clone --depth=1 https://github.com/facebookresearch/xformers --recursive
cd xformers && python setup.py install && cd ..Docker
uv
uv (Advanced)
Conda or mamba (Advanced)
WSL-Specific Notes
Last updated
Was this helpful?

