Go to file
hailin d0ad05f4fb first commit 2025-08-08 17:20:00 +08:00
README.txt first commit 2025-08-08 17:20:00 +08:00
check_core_cuda.sh first commit 2025-08-08 17:20:00 +08:00
check_hf.sh first commit 2025-08-08 17:20:00 +08:00
check_train.sh first commit 2025-08-08 17:20:00 +08:00
constraints-cu118.txt first commit 2025-08-08 17:20:00 +08:00
hf-train-cu118.yaml first commit 2025-08-08 17:20:00 +08:00
requirements-hf.txt first commit 2025-08-08 17:20:00 +08:00

README.txt

mamba env create -f hf-train-cu118.yaml --strict-channel-priority
mamba activate hf-train-cu118

pip install --upgrade pip
pip install --no-deps -r requirements-hf.txt --constraint constraints-cu118.txt

# 需要 deepspeed 时再装:
DS_BUILD_OPS=0 pip install "deepspeed==0.14.*"  # 先不编译 CUDA 内核