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