Skip to content

Commit 30f0ecd

Browse files
committed
update PyTorch version to enable torch._scaled_mm rowwise
Signed-off-by: tjtanaa <[email protected]>
1 parent 6dc4604 commit 30f0ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.rocm_base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG RCCL_BRANCH="648a58d"
66
ARG RCCL_REPO="https://github.com/ROCm/rccl"
77
ARG TRITON_BRANCH="e5be006"
88
ARG TRITON_REPO="https://github.com/triton-lang/triton.git"
9-
ARG PYTORCH_BRANCH="8d4926e"
9+
ARG PYTORCH_BRANCH="3a585126"
1010
ARG PYTORCH_VISION_BRANCH="v0.19.1"
1111
ARG PYTORCH_REPO="https://github.com/pytorch/pytorch.git"
1212
ARG PYTORCH_VISION_REPO="https://github.com/pytorch/vision.git"

0 commit comments

Comments
 (0)