train_env_prepare/README.txt

9 lines
333 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mamba env create -f hf-train-cu118.yaml --strict-channel-priority
mamba activate hf-train-cu118
python -m pip install --no-deps -r requirements-hf.txt
# deepspeed选一
# DS_BUILD_OPS=0 python -m pip install "deepspeed==0.14.*"
# 或
# mamba install -y cuda-toolkit=11.8 cmake ninja
# python -m pip install "deepspeed==0.14.*"