We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a624ff8 + cb511f7 commit dcc09c8Copy full SHA for dcc09c8
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