Skip to content

Commit e883604

Browse files
committed
Modernize ROCm CI pins: ROCm 7.2.3 + torch 2.11.0
The previous commit landed with `rocm/dev-ubuntu-22.04:6.2.4` and `torch==2.4.1` (rocm6.2 wheel index) — those are old. The verification host for this PR runs ROCm 7.2.1, and the rocm7.2 wheel index publishes `torch 2.11.0+rocm7.2` as a current stable combo. Pinning CI to match (latest available 7.2.x dev image at 7.2.3 + 2.11.0) makes the CI signal track what the port was actually validated against. Co-Authored-By: Claude Opus 4.7 (1M context)
1 parent 61364d6 commit e883604

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
linux_rocm_build:
3131
runs-on: ubuntu-latest
3232
container:
33-
image: rocm/dev-ubuntu-22.04:6.2.4
33+
image: rocm/dev-ubuntu-22.04:7.2.3
3434
env:
35-
PYTORCH_VERSION: "2.4.1"
36-
ROCM_INDEX: "rocm6.2"
35+
PYTORCH_VERSION: "2.11.0"
36+
ROCM_INDEX: "rocm7.2"
3737
steps:
3838
- uses: actions/checkout@v4
3939
- name: Install Python and torch+rocm

0 commit comments

Comments
 (0)