We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b617f commit d3c2918Copy full SHA for d3c2918
.github/workflows/transformer-engine-ci.yml
@@ -29,7 +29,7 @@ jobs:
29
build:
30
name: Build TransformerEngine
31
# This is a build job, doesn't need GPUs
32
- runs-on: [te-gfx942-4gpu]
+ runs-on: [build-only]
33
34
outputs:
35
docker-image: ${{ steps.select-image.outputs.image-tag }}
0 commit comments