File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 4646 matrix : ${{fromJson(needs.manual_check_matrix_preparation.outputs.matrix)}}
4747 container :
4848 image : hpcaitech/pytorch-cuda:2.1.0-12.1.0
49- options : --gpus all --rm -v /data/scratch/examples-data:/data/
49+ options : --gpus all --rm -v /data/scratch/examples-data:/data/ -v /dev/shm
5050 timeout-minutes : 15
5151 steps :
5252 - name : 📚 Checkout
6060 echo "Testing ${dir} now"
6161 cd "${PWD}/examples/${dir}"
6262 bash test_ci.sh
63- env :
64- NCCL_SHM_DISABLE : 1
Original file line number Diff line number Diff line change 7878 matrix : ${{fromJson(needs.detect-changed-example.outputs.matrix)}}
7979 container :
8080 image : hpcaitech/pytorch-cuda:2.1.0-12.1.0
81- options : --gpus all --rm -v /data/scratch/examples-data:/data/
81+ options : --gpus all --rm -v /data/scratch/examples-data:/data/ -v /dev/shm
8282 timeout-minutes : 20
8383 concurrency :
8484 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-run-example-${{ matrix.directory }}
9595 example_dir=${{ matrix.directory }}
9696 cd "${PWD}/examples/${example_dir}"
9797 bash test_ci.sh
98- env :
99- NCCL_SHM_DISABLE : 1
Original file line number Diff line number Diff line change 3535 matrix : ${{fromJson(needs.matrix_preparation.outputs.matrix)}}
3636 container :
3737 image : hpcaitech/pytorch-cuda:2.1.0-12.1.0
38+ options : --gpus all --rm -v /data/scratch/examples-data:/data/ -v /dev/shm
3839 timeout-minutes : 10
3940 steps :
4041 - name : 📚 Checkout
5051 echo "Testing ${example_dir} now"
5152 cd "${PWD}/examples/${example_dir}"
5253 bash test_ci.sh
53- env :
54- NCCL_SHM_DISABLE : 1
5554
5655 - name : Notify Lark
5756 id : message-preparation
You can’t perform that action at this time.
0 commit comments