File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 anyExtensionFileChanged : ${{ steps.find-extension-change.outputs.any_changed }}
3535 changedLibraryFiles : ${{ steps.find-lib-change.outputs.all_changed_files }}
3636 anyLibraryFileChanged : ${{ steps.find-lib-change.outputs.any_changed }}
37- runs-on : ubuntu-latest
37+ runs-on : [self-hosted, ubuntu-latest]
3838 concurrency :
3939 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-detect-change
4040 cancel-in-progress : true
8787 name : Build and Test Colossal-AI
8888 needs : detect
8989 if : needs.detect.outputs.anyLibraryFileChanged == 'true'
90- runs-on : ubuntu-latest
90+ runs-on : [self-hosted, ubuntu-latest]
9191 container :
9292 image : image-cloud.luchentech.com/hpcaitech/pytorch-cuda:2.2.2-12.1.0
9393 options : --gpus all --shm-size=2g --rm -v /dev/shm -v /data/scratch:/data/scratch
You can’t perform that action at this time.
0 commit comments