File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323 unit-tests :
2424 runs-on : [self-hosted, nvidia, a6000]
2525 container :
26- image : nvcr.io/nvidia/pytorch:24.09 -py3
26+ image : nvcr.io/nvidia/pytorch:24.12 -py3
2727 ports :
2828 - 80
2929 options : --gpus all --shm-size "8G"
5858 run : |
5959 unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
6060 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"
6363 - name : MII unit tests
6464 run : |
6565 BRANCH="main"
Original file line number Diff line number Diff line change 1818 unit-tests :
1919 runs-on : [self-hosted, nvidia, a6000]
2020 container :
21- image : nvcr.io/nvidia/pytorch:24.09 -py3
21+ image : nvcr.io/nvidia/pytorch:24.12 -py3
2222 ports :
2323 - 80
2424 options : --gpus all --shm-size "8G"
5353 run : |
5454 unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
5555 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"
5757 - name : Open GitHub issue if nightly CI fails
5858 if : ${{ failure() && (github.event_name == 'schedule') }}
5959 uses : JasonEtco/create-an-issue@v2
Original file line number Diff line number Diff line change 1111 unit-tests :
1212 runs-on : [self-hosted, nvidia, a6000]
1313 container :
14- image : nvcr.io/nvidia/pytorch:24.09 -py3
14+ image : nvcr.io/nvidia/pytorch:24.12 -py3
1515 ports :
1616 - 80
1717 options : --gpus all --shm-size "8G"
5050 run : |
5151 unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
5252 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