Skip to content

Commit

Permalink
Add gfx90a and gfx941 architectures to custom Ray ROCm image
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Sep 19, 2024
1 parent 098d654 commit 0843bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/runtime/examples/ray-torch-rocm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/modh/ray:2.35.0-py39-rocm61

ENV PYTORCH_ROCM_ARCH=gfx942
ENV PYTORCH_ROCM_ARCH=gfx90a;gfx941;gfx942

# Install PyTorch
RUN python3 -m pip install torch==2.4.0 --index-url https://download.pytorch.org/whl/rocm6.1
Expand Down

0 comments on commit 0843bc4

Please sign in to comment.