Skip to content

Commit 29767a4

Browse files
committed
Bumps hashes for PyTorch build ahead of 25.08 release.
Comments out patch from pytorch/pytorch#150833 pending an updated version of the fix.
1 parent 7522b1a commit 29767a4

2 files changed

Lines changed: 15 additions & 13 deletions

File tree

ML-Frameworks/pytorch-aarch64/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,20 @@ where `YY` is the year, and `MM` the month of the increment.
1010
### Added
1111

1212
### Changed
13-
- Updates hash for:
13+
- Updates hashes for:
14+
- PYTORCH_HASH to 6662a76f5975bae56ce9171b0afad32b53f89c25, 2.9.0.dev20250731 from viable/strict, August 1st
15+
- IDEEP_HASH to 3527b0bf2127aa2de93810feb6906d173c24037f, from ideep_pytorch, August 1st
16+
- ONEDNN_HASH to 7e85b94b5f6be27b83c5435603ab67888b99da32, from main, August 1st
17+
- ACL_HASH to 3c32d706d0245dcb55181c8ced526eab05e2ff8d, from main, August 1st
1418
- TORCH_AO_HASH to ebfe1736c4442970835b6eda833c0bc5a1ce2dda, from main
1519
- Update the examples/transformers_llm_text_gen.py to use the new quantizer api Int8DynamicActivationIntxWeightConfig.
1620
- Deleted torchchat_llm_text_gen.py
1721
- Removed Dockerfile lines cloning TorchChat repo and setting safe.directory
1822

1923
### Removed
24+
- Temporarily removes https://github.com/pytorch/pytorch/pull/150833 (pins all root requirements to major versions)
25+
pending a rebase for current PyTorch hash.
26+
- https://github.com/pytorch/pytorch/pull/151547, to update OpenBLAS commit as this has been merged upstream.
2027

2128
### Fixed
2229

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

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
source ../utils/git-utils.sh
2121

2222
set -eux -o pipefail
23-
PYTORCH_HASH=5dfd8a9c7a464bb42e81b8594eefd2fa865e5423 # 2.9.0.dev20250703, from viable/strict, July 3rd
24-
IDEEP_HASH=6eb12eaad5e0f7d8c8613c744ac8ba5a0843cb99 # From ideep_pytorch, July 3rd
25-
ONEDNN_HASH=0abfca1947b53c03ee74207e4710941ab6456f3b # From main, July 3rd
26-
ACL_HASH=f69b48afcc59f1b3b0d4544289249bebba489f0a # From main, June 26th
23+
PYTORCH_HASH=6662a76f5975bae56ce9171b0afad32b53f89c25 # 2.9.0.dev20250731 from viable/strict, August 1st
24+
IDEEP_HASH=3527b0bf2127aa2de93810feb6906d173c24037f # From ideep_pytorch, August 1st
25+
ONEDNN_HASH=7e85b94b5f6be27b83c5435603ab67888b99da32 # From main, August 1st
26+
ACL_HASH=3c32d706d0245dcb55181c8ced526eab05e2ff8d # From main, August 1st
2727
TORCH_AO_HASH=ebfe1736c4442970835b6eda833c0bc5a1ce2dda # From main
2828

2929
git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
@@ -34,16 +34,11 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
3434
apply-github-patch pytorch/pytorch 7c54b6b07558c330ee2f95b4793edb3bfbb814c9
3535
apply-github-patch pytorch/pytorch 3e17ce1619b2d02543a619f6217919b5adb36123
3636
apply-github-patch pytorch/pytorch 2c884c2b580a93cd0b1e5eea36aa24e3acab91a9
37+
apply-github-patch pytorch/pytorch c4c280eb27859221159108356b7c91376202cdd8
3738

3839
# https://github.com/pytorch/pytorch/pull/150833 - Pin all root requirements to major versions
39-
apply-github-patch pytorch/pytorch 51ce4213adb106659abc962fb66b94d595a19e20
40-
41-
# https://github.com/pytorch/pytorch/pull/151547 - Update OpenBLAS commit
42-
apply-github-patch pytorch/pytorch b06f8b5dbdc66878bf2492f08f42d7b1ad42a4f3
43-
apply-github-patch pytorch/pytorch 7e467c44b70a0ba09d52b63e570f1c2fcb05b159
44-
apply-github-patch pytorch/pytorch 4a596d0c6905c7a7274a479144f9edb4e18c3472
45-
apply-github-patch pytorch/pytorch 78664d62d73fe9ebf3d08d4382986c7090e447d5
46-
apply-github-patch pytorch/pytorch 190b3b3069b5ce130c1584d0d4ddd36d6d477801
40+
# Needs an update.
41+
# apply-github-patch pytorch/pytorch 51ce4213adb106659abc962fb66b94d595a19e20
4742

4843
git submodule sync
4944
git submodule update --init --checkout --force --recursive --jobs=$(nproc)

0 commit comments

Comments
 (0)