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
8362d07d
Unverified
Commit
8362d07d
authored
Dec 13, 2021
by
Stas Bekman
Committed by
GitHub
Dec 13, 2021
Browse files
[CI/pt-nightly] switch to cuda-11.3 (#14726)
parent
6e05bb1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.github/workflows/self-nightly-scheduled.yml
.github/workflows/self-nightly-scheduled.yml
+6
-6
No files found.
.github/workflows/self-nightly-scheduled.yml
View file @
8362d07d
...
@@ -21,7 +21,7 @@ jobs:
...
@@ -21,7 +21,7 @@ jobs:
run_all_tests_torch_gpu
:
run_all_tests_torch_gpu
:
runs-on
:
[
self-hosted
,
docker-gpu
,
single-gpu
]
runs-on
:
[
self-hosted
,
docker-gpu
,
single-gpu
]
container
:
container
:
image
:
pytorch/pytorch:1.
9
.0-cuda11.
1
-cudnn8-runtime
image
:
pytorch/pytorch:1.
10
.0-cuda11.
3
-cudnn8-runtime
options
:
--gpus 0 --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
options
:
--gpus 0 --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
steps
:
steps
:
-
name
:
Launcher docker
-
name
:
Launcher docker
...
@@ -36,7 +36,7 @@ jobs:
...
@@ -36,7 +36,7 @@ jobs:
apt -y update && apt install -y libsndfile1-dev git
apt -y update && apt install -y libsndfile1-dev git
pip install --upgrade pip
pip install --upgrade pip
pip install .[integrations,sklearn,testing,onnxruntime,sentencepiece,torch-speech,vision,timm]
pip install .[integrations,sklearn,testing,onnxruntime,sentencepiece,torch-speech,vision,timm]
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu11
1
/torch_nightly.html -U
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu11
3
/torch_nightly.html -U
-
name
:
Are GPUs recognized by our DL frameworks
-
name
:
Are GPUs recognized by our DL frameworks
run
:
|
run
:
|
...
@@ -87,7 +87,7 @@ jobs:
...
@@ -87,7 +87,7 @@ jobs:
run_all_tests_torch_multi_gpu
:
run_all_tests_torch_multi_gpu
:
runs-on
:
[
self-hosted
,
docker-gpu
,
multi-gpu
]
runs-on
:
[
self-hosted
,
docker-gpu
,
multi-gpu
]
container
:
container
:
image
:
pytorch/pytorch:1.
9
.0-cuda11.
1
-cudnn8-runtime
image
:
pytorch/pytorch:1.
10
.0-cuda11.
3
-cudnn8-runtime
options
:
--gpus all --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
options
:
--gpus all --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
steps
:
steps
:
-
name
:
Launcher docker
-
name
:
Launcher docker
...
@@ -103,7 +103,7 @@ jobs:
...
@@ -103,7 +103,7 @@ jobs:
apt -y update && apt install -y libsndfile1-dev git
apt -y update && apt install -y libsndfile1-dev git
pip install --upgrade pip
pip install --upgrade pip
pip install .[integrations,sklearn,testing,onnxruntime,sentencepiece,torch-speech,vision,timm]
pip install .[integrations,sklearn,testing,onnxruntime,sentencepiece,torch-speech,vision,timm]
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu11
1
/torch_nightly.html -U
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu11
3
/torch_nightly.html -U
-
name
:
Are GPUs recognized by our DL frameworks
-
name
:
Are GPUs recognized by our DL frameworks
run
:
|
run
:
|
...
@@ -154,7 +154,7 @@ jobs:
...
@@ -154,7 +154,7 @@ jobs:
run
:
|
run
:
|
apt -y update && apt install -y libaio-dev
apt -y update && apt install -y libaio-dev
pip install --upgrade pip
pip install --upgrade pip
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu11
1
/torch_nightly.html -U
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu11
3
/torch_nightly.html -U
pip install .[testing,deepspeed]
pip install .[testing,deepspeed]
pip install git+https://github.com/microsoft/DeepSpeed
pip install git+https://github.com/microsoft/DeepSpeed
...
@@ -195,7 +195,7 @@ jobs:
...
@@ -195,7 +195,7 @@ jobs:
run
:
|
run
:
|
apt -y update && apt install -y libaio-dev
apt -y update && apt install -y libaio-dev
pip install --upgrade pip
pip install --upgrade pip
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu11
1
/torch_nightly.html -U
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu11
3
/torch_nightly.html -U
rm -rf ~/.cache/torch_extensions/ # shared between conflicting builds
rm -rf ~/.cache/torch_extensions/ # shared between conflicting builds
pip install .[testing,fairscale]
pip install .[testing,fairscale]
pip install git+https://github.com/microsoft/DeepSpeed # testing bleeding edge
pip install git+https://github.com/microsoft/DeepSpeed # testing bleeding edge
...
...
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