revert pytorch

This commit is contained in:
Mohit Sharma 2024-10-02 12:34:56 +00:00
parent d1f257ac56
commit 50d239ba8f
1 changed files with 2 additions and 3 deletions

View File

@ -173,9 +173,8 @@ ARG PYTORCH_ROCM_ARCH="gfx90a;gfx942"
# A commit to fix the output scaling factor issue in _scaled_mm
# Not yet in 2.5.0-rc1
ARG PYTORCH_BRANCH="cedc116"
ARG PYTORCH_VISION_BRANCH="v0.19.1"
ARG PYTORCH_REPO="https://github.com/ROCm/pytorch.git"
ARG PYTORCH_BRANCH="da320214e66b5af0f7db8fd18a64dbb519d17b27"
ARG PYTORCH_REPO="https://github.com/pytorch/pytorch.git"
RUN git clone ${PYTORCH_REPO} pytorch \
&& cd pytorch && git checkout ${PYTORCH_BRANCH} && git submodule update --init --recursive \