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
d1fd64e7
"vscode:/vscode.git/clone" did not exist on "17dceae7a1de5577cd0c07a97dcd5821a08af07c"
Unverified
Commit
d1fd64e7
authored
Nov 25, 2021
by
Stas Bekman
Committed by
GitHub
Nov 25, 2021
Browse files
clear ~/.cache/torch_extensions between builds (#14520)
parent
3772af49
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
+12
-9
.github/workflows/self-nightly-scheduled.yml
.github/workflows/self-nightly-scheduled.yml
+4
-3
.github/workflows/self-push.yml
.github/workflows/self-push.yml
+7
-6
.github/workflows/self-scheduled.yml
.github/workflows/self-scheduled.yml
+1
-0
No files found.
.github/workflows/self-nightly-scheduled.yml
View file @
d1fd64e7
...
...
@@ -205,8 +205,9 @@ jobs:
apt -y update && apt install -y libaio-dev
pip install --upgrade pip
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu111/torch_nightly.html -U
pip install .[testing,deepspeed,fairscale]
pip install git+https://github.com/microsoft/DeepSpeed
rm -rf ~/.cache/torch_extensions/ # shared between conflicting builds
pip install .[testing,fairscale]
pip install git+https://github.com/microsoft/DeepSpeed # testing bleeding edge
-
name
:
Are GPUs recognized by our DL frameworks
run
:
|
...
...
.github/workflows/self-push.yml
View file @
d1fd64e7
...
...
@@ -437,6 +437,7 @@ jobs:
run
:
|
apt -y update && apt install -y libaio-dev
pip install --upgrade pip
rm -rf ~/.cache/torch_extensions/ # shared between conflicting builds
pip install .[testing,deepspeed,fairscale]
-
name
:
Are GPUs recognized by our DL frameworks
...
...
.github/workflows/self-scheduled.yml
View file @
d1fd64e7
...
...
@@ -429,6 +429,7 @@ jobs:
run
:
|
apt -y update && apt install -y libaio-dev
pip install --upgrade pip
rm -rf ~/.cache/torch_extensions/ # shared between conflicting builds
pip install .[testing,deepspeed,fairscale]
-
name
:
Are GPUs recognized by our DL frameworks
...
...
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