Skip to content

Commit dbab5bc

Browse files
authored
Merge pull request #336 from murste01/murste01/add-update-openblas-commit-patch
Add Update OpenBLAS Commit patch to PyTorch
2 parents dcc09c8 + ffbf230 commit dbab5bc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ML-Frameworks/pytorch-aarch64/get-source.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
3636
# https://github.com/pytorch/pytorch/pull/150833 - Pin all root requirements to major versions
3737
apply-github-patch pytorch/pytorch 494dd1c84c508c20f2e688c46513f22bbcff175d
3838

39+
# https://github.com/pytorch/pytorch/pull/151547 - Update OpenBLAS commit
40+
apply-github-patch pytorch/pytorch 8e3ad3a917e0f0e60a89f647897f4d4c1f5f835a
41+
apply-github-patch pytorch/pytorch 0218b65bcf61971c1861cfe8bc586168b73aeb5f
42+
apply-github-patch pytorch/pytorch 53fdcf26b63fbb223b6f01d00608c951541c4ce3
43+
apply-github-patch pytorch/pytorch d1355a4d4ed7d7f1f052c4f613974885b2e8a05c
44+
3945
git submodule sync
4046
git submodule update --init --checkout --force --recursive --jobs=$(nproc)
4147
(

0 commit comments

Comments
 (0)