Skip to content

Commit ce20822

Browse files
authored
Update UnitTests.yml
1 parent e284d88 commit ce20822

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
tpu-type: ["v5-8"]
34+
tpu-type: ["v5p-8"]
3535
name: "TPU test (${{ matrix.tpu-type }})"
36-
runs-on: ["self-hosted", "tpu", "${{ matrix.tpu-type }}","maxdiffusion-github-runner-2"]
36+
runs-on: ["self-hosted", "tpu", "${{ matrix.tpu-type }}", "maxdiffusion-github-runner-2"]
3737
steps:
3838
- uses: actions/checkout@v4
3939
- name: Set up Python 3.12

0 commit comments

Comments
 (0)