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

