Blackwell、RTX 50 シリーズ & Unsloth を使った LLM ファインチューニング
NVIDIA の Blackwell RTX 50 シリーズおよび B200 GPU 上で LLM をファインチューニングするためのステップバイステップガイド。
Pipインストール
pip install unslothpython -m venv unsloth
source unsloth/bin/activate
pip install 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固有の注意点
最終更新
役に立ちましたか?

