From 452e73a517649f77fdc92eb37f9c40d9e225fa6a Mon Sep 17 00:00:00 2001 From: Gregory Shtrasberg Date: Wed, 22 Jan 2025 17:09:39 +0000 Subject: [PATCH] Using pytorch commit past the point when rowwise PR (https://github.com/pytorch/pytorch/pull/144432) was merged --- Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.base b/Dockerfile.base index 5bbe98b0c220..e33e73b30309 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -6,7 +6,7 @@ ARG RCCL_BRANCH="648a58d" ARG RCCL_REPO="https://github.com/ROCm/rccl" ARG TRITON_BRANCH="e5be006" ARG TRITON_REPO="https://github.com/triton-lang/triton.git" -ARG PYTORCH_BRANCH="8d4926e" +ARG PYTORCH_BRANCH="3a585126" ARG PYTORCH_VISION_BRANCH="v0.19.1" ARG PYTORCH_REPO="https://github.com/pytorch/pytorch.git" ARG PYTORCH_VISION_REPO="https://github.com/pytorch/vision.git"