Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
93f8617a
Unverified
Commit
93f8617a
authored
Feb 26, 2024
by
Yih-Dar
Committed by
GitHub
Feb 26, 2024
Browse files
Use `DS_DISABLE_NINJA=1` (#29290)
Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
9fe36088
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/self-scheduled.yml
.github/workflows/self-scheduled.yml
+1
-1
No files found.
.github/workflows/self-scheduled.yml
View file @
93f8617a
...
...
@@ -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
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment