Skip to content

Commit

Permalink
Add PYTORCH_BRANCH arg to wheel Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jithunnair-amd committed Jul 12, 2024
1 parent b9ef2f1 commit 6e92695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manywheel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ ENV PATH=/usr/local/cuda/bin:$PATH
FROM cpu_final as rocm_final
ARG ROCM_VERSION=3.7
ARG PYTORCH_ROCM_ARCH
ARG PYTORCH_BRANCH
ENV PYTORCH_ROCM_ARCH ${PYTORCH_ROCM_ARCH}
# Adding ROCM_PATH env var so that LoadHip.cmake (even with logic updated for ROCm6.0)
# find HIP works for ROCm5.7. Not needed for ROCm6.0 and above.
Expand Down

0 comments on commit 6e92695

Please sign in to comment.