All checks were successful
Build ROCm Image / build (push) Successful in 16m4s
Using :latest was pulling a ROCm 6.x image whose MIOpen was incompatible with our ROCm 7.2 PyTorch wheels. Pinning to the 7.2 tag gives matching MIOpen libraries and should resolve the workspace/fallback performance issue. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
--index-url https://download.pytorch.org/whl/rocm7.2
|
|
torch==2.11.0
|
|
torchaudio==2.11.0
|