We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce20822 commit e727c11Copy full SHA for e727c11
1 file changed
.github/workflows/UnitTests.yml
@@ -33,7 +33,7 @@ jobs:
33
matrix:
34
tpu-type: ["v5p-8"]
35
name: "TPU test (${{ matrix.tpu-type }})"
36
- runs-on: ["self-hosted", "tpu", "${{ matrix.tpu-type }}", "maxdiffusion-github-runner-2"]
+ runs-on: ["self-hosted","${{ matrix.tpu-type }}", "maxdiffusion-github-runner-2"]
37
steps:
38
- uses: actions/checkout@v4
39
- name: Set up Python 3.12
0 commit comments