File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,17 @@ jobs:
3030
3131 run-tests :
3232 needs : build-and-push
33+ concurrency :
34+ group : ${{ github.workflow }}-${{ github.job }}-trtllm-${{ github.head_ref || github.run_id }}
35+ cancel-in-progress : true
3336 runs-on :
34- container :
35- image : ${{ needs.build-and-push.outputs.docker_image }}
36- credentials :
37- username : ${{ secrets.REGISTRY_USERNAME }}
38- password : ${{ secrets.REGISTRY_PASSWORD }}
39- options : --gpus all
37+ group : aws-highmemory-64-plus-priv
38+ container :
39+ image : ${{ needs.build-and-push.outputs.docker_image }}
40+ credentials :
41+ username : ${{ secrets.REGISTRY_USERNAME }}
42+ password : ${{ secrets.REGISTRY_PASSWORD }}
43+ options : --gpus all --shm-size=8g
4044
4145 steps :
4246 - name : Run C++/CUDA tests
You can’t perform that action at this time.
0 commit comments