File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
unit-tests :
24
24
runs-on : [self-hosted, nvidia, a6000]
25
25
container :
26
- image : nvcr.io/nvidia/pytorch:24.09 -py3
26
+ image : nvcr.io/nvidia/pytorch:24.12 -py3
27
27
ports :
28
28
- 80
29
29
options : --gpus all --shm-size "8G"
58
58
run : |
59
59
unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
60
60
cd tests
61
- python -m pytest --color=yes --durations=0 --verbose -rF -m 'inference_v2' unit/ --torch_ver="2.5 " --cuda_ver="12"
62
- python -m pytest --color=yes --durations=0 --verbose -rF -m 'inference_v2_ops' unit/ --torch_ver="2.5 " --cuda_ver="12"
61
+ python -m pytest --color=yes --durations=0 --verbose -rF -m 'inference_v2' unit/ --torch_ver="2.6 " --cuda_ver="12"
62
+ python -m pytest --color=yes --durations=0 --verbose -rF -m 'inference_v2_ops' unit/ --torch_ver="2.6 " --cuda_ver="12"
63
63
- name : MII unit tests
64
64
run : |
65
65
BRANCH="main"
Original file line number Diff line number Diff line change 18
18
unit-tests :
19
19
runs-on : [self-hosted, nvidia, a6000]
20
20
container :
21
- image : nvcr.io/nvidia/pytorch:24.09 -py3
21
+ image : nvcr.io/nvidia/pytorch:24.12 -py3
22
22
ports :
23
23
- 80
24
24
options : --gpus all --shm-size "8G"
53
53
run : |
54
54
unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
55
55
cd tests
56
- python -m pytest --color=yes --durations=0 --verbose -rF unit/sequence_parallelism/test_ulysses.py --torch_ver="2.5 " --cuda_ver="12"
56
+ python -m pytest --color=yes --durations=0 --verbose -rF unit/sequence_parallelism/test_ulysses.py --torch_ver="2.6 " --cuda_ver="12"
57
57
- name : Open GitHub issue if nightly CI fails
58
58
if : ${{ failure() && (github.event_name == 'schedule') }}
59
59
uses : JasonEtco/create-an-issue@v2
Original file line number Diff line number Diff line change 11
11
unit-tests :
12
12
runs-on : [self-hosted, nvidia, a6000]
13
13
container :
14
- image : nvcr.io/nvidia/pytorch:24.09 -py3
14
+ image : nvcr.io/nvidia/pytorch:24.12 -py3
15
15
ports :
16
16
- 80
17
17
options : --gpus all --shm-size "8G"
50
50
run : |
51
51
unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
52
52
cd tests
53
- python -m pytest --color=yes --durations=0 --verbose -rF -m 'evaluation' -k "test_human_eval" unit/ --torch_ver="2.5 " --cuda_ver="12"
53
+ python -m pytest --color=yes --durations=0 --verbose -rF -m 'evaluation' -k "test_human_eval" unit/ --torch_ver="2.6 " --cuda_ver="12"
You can’t perform that action at this time.
0 commit comments