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
OpenDAS
ColossalAI
Commits
7f3400b5
Unverified
Commit
7f3400b5
authored
Jan 03, 2024
by
Hongxin Liu
Committed by
GitHub
Jan 03, 2024
Browse files
[devops] update torch versoin in ci (#5217)
parent
d799a308
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
11 deletions
+11
-11
.github/workflows/build_on_pr.yml
.github/workflows/build_on_pr.yml
+5
-5
.github/workflows/build_on_schedule.yml
.github/workflows/build_on_schedule.yml
+1
-1
.github/workflows/doc_test_on_pr.yml
.github/workflows/doc_test_on_pr.yml
+1
-1
.github/workflows/doc_test_on_schedule.yml
.github/workflows/doc_test_on_schedule.yml
+1
-1
.github/workflows/example_check_on_dispatch.yml
.github/workflows/example_check_on_dispatch.yml
+1
-1
.github/workflows/example_check_on_pr.yml
.github/workflows/example_check_on_pr.yml
+1
-1
.github/workflows/example_check_on_schedule.yml
.github/workflows/example_check_on_schedule.yml
+1
-1
No files found.
.github/workflows/build_on_pr.yml
View file @
7f3400b5
...
@@ -30,7 +30,7 @@ jobs:
...
@@ -30,7 +30,7 @@ jobs:
github.event.repository.full_name == 'hpcaitech/ColossalAI'
github.event.repository.full_name == 'hpcaitech/ColossalAI'
runs-on
:
[
self-hosted
,
gpu
]
runs-on
:
[
self-hosted
,
gpu
]
container
:
container
:
image
:
hpcaitech/pytorch-cuda:
1.12
.0-11.
3
.0
image
:
hpcaitech/pytorch-cuda:
2.0
.0-11.
7
.0
options
:
--rm
options
:
--rm
timeout-minutes
:
5
timeout-minutes
:
5
defaults
:
defaults
:
...
@@ -54,7 +54,7 @@ jobs:
...
@@ -54,7 +54,7 @@ jobs:
github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI'
github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI'
runs-on
:
[
self-hosted
,
gpu
]
runs-on
:
[
self-hosted
,
gpu
]
container
:
container
:
image
:
hpcaitech/pytorch-cuda:
1.12
.0-11.
3
.0
image
:
hpcaitech/pytorch-cuda:
2.0
.0-11.
7
.0
options
:
--rm
options
:
--rm
timeout-minutes
:
5
timeout-minutes
:
5
defaults
:
defaults
:
...
@@ -140,7 +140,7 @@ jobs:
...
@@ -140,7 +140,7 @@ jobs:
if
:
needs.detect.outputs.anyLibraryFileChanged == 'true'
if
:
needs.detect.outputs.anyLibraryFileChanged == 'true'
runs-on
:
[
self-hosted
,
gpu
]
runs-on
:
[
self-hosted
,
gpu
]
container
:
container
:
image
:
hpcaitech/pytorch-cuda:
1.12
.0-11.
3
.0
image
:
hpcaitech/pytorch-cuda:
2.0
.0-11.
7
.0
options
:
--gpus all --rm -v /data/scratch/cifar-10:/data/scratch/cifar-10 -v /data/scratch/llama-tiny:/data/scratch/llama-tiny
options
:
--gpus all --rm -v /data/scratch/cifar-10:/data/scratch/cifar-10 -v /data/scratch/llama-tiny:/data/scratch/llama-tiny
timeout-minutes
:
60
timeout-minutes
:
60
defaults
:
defaults
:
...
@@ -268,7 +268,7 @@ jobs:
...
@@ -268,7 +268,7 @@ jobs:
github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI'
github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI'
runs-on
:
[
self-hosted
,
gpu
]
runs-on
:
[
self-hosted
,
gpu
]
container
:
container
:
image
:
hpcaitech/pytorch-cuda:
1.12
.0-11.
3
.0
image
:
hpcaitech/pytorch-cuda:
2.0
.0-11.
7
.0
options
:
--rm
options
:
--rm
timeout-minutes
:
5
timeout-minutes
:
5
defaults
:
defaults
:
...
@@ -299,7 +299,7 @@ jobs:
...
@@ -299,7 +299,7 @@ jobs:
github.event.repository.full_name == 'hpcaitech/ColossalAI'
github.event.repository.full_name == 'hpcaitech/ColossalAI'
runs-on
:
[
self-hosted
,
gpu
]
runs-on
:
[
self-hosted
,
gpu
]
container
:
container
:
image
:
hpcaitech/pytorch-cuda:
1.12
.0-11.
3
.0
image
:
hpcaitech/pytorch-cuda:
2.0
.0-11.
7
.0
options
:
--rm
options
:
--rm
timeout-minutes
:
5
timeout-minutes
:
5
defaults
:
defaults
:
...
...
.github/workflows/build_on_schedule.yml
View file @
7f3400b5
...
@@ -12,7 +12,7 @@ jobs:
...
@@ -12,7 +12,7 @@ jobs:
if
:
github.repository == 'hpcaitech/ColossalAI'
if
:
github.repository == 'hpcaitech/ColossalAI'
runs-on
:
[
self-hosted
,
8-gpu
]
runs-on
:
[
self-hosted
,
8-gpu
]
container
:
container
:
image
:
hpcaitech/pytorch-cuda:
1.12
.0-11.
3
.0
image
:
hpcaitech/pytorch-cuda:
2.0
.0-11.
7
.0
options
:
--gpus all --rm -v /data/scratch/cifar-10:/data/scratch/cifar-10 -v /data/scratch/llama-tiny:/data/scratch/llama-tiny
options
:
--gpus all --rm -v /data/scratch/cifar-10:/data/scratch/cifar-10 -v /data/scratch/llama-tiny:/data/scratch/llama-tiny
timeout-minutes
:
40
timeout-minutes
:
40
steps
:
steps
:
...
...
.github/workflows/doc_test_on_pr.yml
View file @
7f3400b5
...
@@ -56,7 +56,7 @@ jobs:
...
@@ -56,7 +56,7 @@ jobs:
needs
:
detect-changed-doc
needs
:
detect-changed-doc
runs-on
:
[
self-hosted
,
gpu
]
runs-on
:
[
self-hosted
,
gpu
]
container
:
container
:
image
:
hpcaitech/pytorch-cuda:
1.12
.0-11.
3
.0
image
:
hpcaitech/pytorch-cuda:
2.0
.0-11.
7
.0
options
:
--gpus all --rm
options
:
--gpus all --rm
timeout-minutes
:
20
timeout-minutes
:
20
defaults
:
defaults
:
...
...
.github/workflows/doc_test_on_schedule.yml
View file @
7f3400b5
...
@@ -12,7 +12,7 @@ jobs:
...
@@ -12,7 +12,7 @@ jobs:
name
:
Test the changed Doc
name
:
Test the changed Doc
runs-on
:
[
self-hosted
,
gpu
]
runs-on
:
[
self-hosted
,
gpu
]
container
:
container
:
image
:
hpcaitech/pytorch-cuda:
1.12
.0-11.
3
.0
image
:
hpcaitech/pytorch-cuda:
2.0
.0-11.
7
.0
options
:
--gpus all --rm
options
:
--gpus all --rm
timeout-minutes
:
60
timeout-minutes
:
60
steps
:
steps
:
...
...
.github/workflows/example_check_on_dispatch.yml
View file @
7f3400b5
...
@@ -45,7 +45,7 @@ jobs:
...
@@ -45,7 +45,7 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
${{fromJson(needs.manual_check_matrix_preparation.outputs.matrix)}}
matrix
:
${{fromJson(needs.manual_check_matrix_preparation.outputs.matrix)}}
container
:
container
:
image
:
hpcaitech/pytorch-cuda:
1.12
.0-11.
3
.0
image
:
hpcaitech/pytorch-cuda:
2.0
.0-11.
7
.0
options
:
--gpus all --rm -v /data/scratch/examples-data:/data/
options
:
--gpus all --rm -v /data/scratch/examples-data:/data/
timeout-minutes
:
10
timeout-minutes
:
10
steps
:
steps
:
...
...
.github/workflows/example_check_on_pr.yml
View file @
7f3400b5
...
@@ -77,7 +77,7 @@ jobs:
...
@@ -77,7 +77,7 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
${{fromJson(needs.detect-changed-example.outputs.matrix)}}
matrix
:
${{fromJson(needs.detect-changed-example.outputs.matrix)}}
container
:
container
:
image
:
hpcaitech/pytorch-cuda:
1.12
.0-11.
3
.0
image
:
hpcaitech/pytorch-cuda:
2.0
.0-11.
7
.0
options
:
--gpus all --rm -v /data/scratch/examples-data:/data/
options
:
--gpus all --rm -v /data/scratch/examples-data:/data/
timeout-minutes
:
20
timeout-minutes
:
20
concurrency
:
concurrency
:
...
...
.github/workflows/example_check_on_schedule.yml
View file @
7f3400b5
...
@@ -34,7 +34,7 @@ jobs:
...
@@ -34,7 +34,7 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
${{fromJson(needs.matrix_preparation.outputs.matrix)}}
matrix
:
${{fromJson(needs.matrix_preparation.outputs.matrix)}}
container
:
container
:
image
:
hpcaitech/pytorch-cuda:
1.12
.0-11.
3
.0
image
:
hpcaitech/pytorch-cuda:
2.0
.0-11.
7
.0
timeout-minutes
:
10
timeout-minutes
:
10
steps
:
steps
:
-
name
:
📚 Checkout
-
name
:
📚 Checkout
...
...
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