We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f832a7 commit cb511f7Copy full SHA for cb511f7
1 file changed
ML-Frameworks/pytorch-aarch64/get-source.sh
@@ -33,6 +33,9 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
33
# https://github.com/pytorch/pytorch/pull/152361 - Build libgomp (gcc-11) from source
34
apply-github-patch pytorch/pytorch 7c54b6b07558c330ee2f95b4793edb3bfbb814c9
35
36
+ # https://github.com/pytorch/pytorch/pull/150833 - Pin all root requirements to major versions
37
+ apply-github-patch pytorch/pytorch 494dd1c84c508c20f2e688c46513f22bbcff175d
38
+
39
git submodule sync
40
git submodule update --init --checkout --force --recursive --jobs=$(nproc)
41
(
0 commit comments