From 1e9d6ffd7d926678ffe4cb04d45055ca945d3e89 Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 8 Aug 2025 17:45:22 +0800 Subject: [PATCH] . --- README.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 22d69c5..ca529df 100644 --- a/README.txt +++ b/README.txt @@ -1,9 +1,9 @@ -mamba env create -f env.yaml --strict-channel-priority +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.*" +# 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.*" \ No newline at end of file +# mamba install -y cuda-toolkit=11.8 cmake ninja +# python -m pip install "deepspeed==0.14.*" \ No newline at end of file