在 Blackwell、RTX 50 系列与 Unsloth 上微调 LLM
了解如何使用我们的分步指南在 NVIDIA 的 Blackwell RTX 50 系列与 B200 GPU 上微调 LLM。
Pip 安装
对于此设置将不起作用,因为我们需要使用最新的 PyTorch、Triton 和相关包。使用以下特定命令安装 Unsloth:python -m venv unsloth
source unsloth/bin/activate
对于此设置将不起作用,因为我们需要使用最新的 PyTorch、Triton 和相关包。使用以下特定命令安装 Unsloth:# 首先卸载之前库安装的 xformers
pip uninstall xformers -y
# 克隆并构建
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(高级)
Conda 或 mamba(高级)
WSL 特定说明
最后更新于
这有帮助吗?

