Skip to content

Commit d527f27

Browse files
committed
Changed runner to linux.2xlarge for building ROCm docker image.
1 parent c86f8a3 commit d527f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- docker-image-name: torchtitan-ubuntu-20.04-clang12
3030
runner: [self-hosted, linux.2xlarge]
3131
- docker-image-name: torchtitan-rocm-pytorch-nightly-ubuntu-22.04-clang19-py3
32-
runner: [linux.12xlarge]
32+
runner: [linux.2xlarge]
3333
runs-on: ${{ matrix.runner }}
3434
timeout-minutes: 240
3535
env:

0 commit comments

Comments
 (0)