We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4577968 commit a9656e2Copy full SHA for a9656e2
.github/workflows/cuda_ext_check_before_merge.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix_preparation:
11
name: Prepare Container List
12
if: github.repository == 'hpcaitech/ColossalAI'
13
- runs-on: ubuntu-latest
+ runs-on: [self-hosted,ubuntu-latest]
14
outputs:
15
matrix: ${{ steps.set-matrix.outputs.matrix }}
16
steps:
@@ -24,7 +24,7 @@ jobs:
24
build:
25
name: Release bdist wheels
26
needs: matrix_preparation
27
- runs-on: [self-hosted, gpu]
+ runs-on: [self-hosted, ubuntu-latest]
28
strategy:
29
fail-fast: false
30
matrix: ${{fromJson(needs.matrix_preparation.outputs.matrix)}}
0 commit comments