"docs/source/en/community.md" did not exist on "93354bc7790ecf768690745db2407b7542264304"
Unverified Commit 93f8617a authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Use `DS_DISABLE_NINJA=1` (#29290)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 9fe36088
......@@ -265,7 +265,7 @@ jobs:
working-directory: /workspace
run: |
python3 -m pip uninstall -y deepspeed
DS_BUILD_CPU_ADAM=1 DS_BUILD_FUSED_ADAM=1 python3 -m pip install deepspeed --global-option="build_ext" --global-option="-j8" --no-cache -v --disable-pip-version-check
DS_DISABLE_NINJA=1 DS_BUILD_CPU_ADAM=1 DS_BUILD_FUSED_ADAM=1 python3 -m pip install deepspeed --global-option="build_ext" --global-option="-j8" --no-cache -v --disable-pip-version-check
- name: NVIDIA-SMI
run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment