File tree 1 file changed +16
-15
lines changed
1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change 8
8
branches :
9
9
- main
10
10
11
+ jobs :
11
12
unittest_multi_gpu :
12
13
runs-on : linux.4xlarge.nvidia.gpu
13
14
steps :
14
15
- name : Checkout
15
16
uses : actions/checkout@v2
16
17
17
- - name : Set up Python
18
- uses : actions/setup-python@v2
19
- with :
20
- python-version : 3.9
18
+ # - name: Set up Python
19
+ # uses: actions/setup-python@v2
20
+ # with:
21
+ # python-version: ' 3.9'
21
22
22
23
- name : Install dependencies
23
24
run : |
31
32
32
33
33
34
integrationtest_py39_torch_release_cuda :
34
- runs-on : ubuntu-latest
35
- container :
36
- # https://hub.docker.com/r/nvidia/cuda
37
- image : nvidia/cuda:12.3.1-base-ubuntu22.04
38
- options : --gpus all
39
- env :
40
- TZ : ' UTC'
35
+ runs-on : linux.4xlarge.nvidia.gpu
36
+ # container:
37
+ # # https://hub.docker.com/r/nvidia/cuda
38
+ # image: nvidia/cuda:12.3.1-base-ubuntu22.04
39
+ # options: --gpus all
40
+ # env:
41
+ # TZ: 'UTC'
41
42
steps :
42
43
- name : Checkout
43
44
uses : actions/checkout@v2
44
45
45
- - name : Set up Python
46
- uses : actions/setup-python@v2
47
- with :
48
- python-version : 3.9
46
+ # - name: Set up Python
47
+ # uses: actions/setup-python@v2
48
+ # with:
49
+ # python-version: 3.9
49
50
50
51
- name : Install dependencies
51
52
run : |
You can’t perform that action at this time.
0 commit comments