We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2d31c commit 4ae9dbbCopy full SHA for 4ae9dbb
torch/Dockerfile
@@ -55,6 +55,8 @@ RUN ./clone.sh pytorch/pytorch pytorch "${BUILD_TORCH_VERSION}" && \
55
| git -C pytorch apply; \
56
elif [ "${BUILD_TORCH_VERSION}" = '2.7.1' ]; then \
57
git -C pytorch cherry-pick -n b74be524547f7f025066f19eda3b53a887c244ba; \
58
+ elif [ "${BUILD_TORCH_VERSION}" = '2.9.1' ]; then \
59
+ git -C pytorch cherry-pick -n a20afb61007a94f5c28294e9ae20043657152ef6; \
60
fi && \
61
rm -rf pytorch/.git
62
0 commit comments