We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c727fd6 + 0843bc4 commit 8b8d010Copy full SHA for 8b8d010
images/runtime/examples/ray-torch-rocm/Dockerfile
@@ -1,6 +1,6 @@
1
FROM quay.io/modh/ray:2.35.0-py39-rocm61
2
3
-ENV PYTORCH_ROCM_ARCH=gfx942
+ENV PYTORCH_ROCM_ARCH=gfx90a;gfx941;gfx942
4
5
# Install PyTorch
6
RUN python3 -m pip install torch==2.4.0 --index-url https://download.pytorch.org/whl/rocm6.1
0 commit comments