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固有の注意点
最終更新
役に立ちましたか?

