Skip to content

Commit 6840d8d

Browse files
committed
Update CHANGELOGs for 25.07 release.
1 parent e2676ff commit 6840d8d

4 files changed

Lines changed: 32 additions & 4 deletions

File tree

ML-Frameworks/pytorch-aarch64/CHANGELOG.md

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

1212
### Changed
13-
- Updated Dockerfile to minimise layers in the final image.
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
## [25.07] 2025-07-11
19+
https://github.com/ARM-software/Tool-Solutions/tree/r25.07
20+
21+
### Added
22+
23+
### Changed
24+
- Updates Dockerfile to minimise layers in the final image.
25+
- Updates hashes for:
26+
- PyTorch to 5dfd8a9c7a464bb42e81b8594eefd2fa865e5423, to 2.9.0.dev20250703 from viable/strict
27+
- ideep to 6eb12eaad5e0f7d8c8613c744ac8ba5a0843cb99, from ideep_pytorch, July 3rd
28+
- oneDNN to 0abfca1947b53c03ee74207e4710941ab6456f3b, from main, July 3rd
29+
- Compute Library to f69b48afcc59f1b3b0d4544289249bebba489f0a, from main, June 26th
1430

1531
### Removed
1632

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
source ../utils/git-utils.sh
2121

2222
set -eux -o pipefail
23-
PYTORCH_HASH=5dfd8a9c7a464bb42e81b8594eefd2fa865e5423 # From viable/strict, July 3rd
23+
PYTORCH_HASH=5dfd8a9c7a464bb42e81b8594eefd2fa865e5423 # 2.9.0.dev20250703, from viable/strict, July 3rd
2424
IDEEP_HASH=6eb12eaad5e0f7d8c8613c744ac8ba5a0843cb99 # From ideep_pytorch, July 3rd
2525
ONEDNN_HASH=0abfca1947b53c03ee74207e4710941ab6456f3b # From main, July 3rd
2626
ACL_HASH=f69b48afcc59f1b3b0d4544289249bebba489f0a # From main, June 26th

ML-Frameworks/tensorflow-aarch64/CHANGELOG.md

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

1212
### Changed
13-
- Updated Dockerfile to minimise layers in the final image.
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
## [25.07] 2025-07-11
19+
https://github.com/ARM-software/Tool-Solutions/tree/r25.07
20+
21+
### Added
22+
23+
### Changed
24+
- Updates Dockerfile to minimise layers in the final image.
25+
- Updates TensorFlow hash to 70d137e8794f97728e094608ec9ea1c6c9fd42af, 2.20.0-dev0 from nightly, July 1st
1426

1527
### Removed
1628

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ source ../utils/git-utils.sh
2121

2222
set -eux -o pipefail
2323

24-
TENSORFLOW_HASH=70d137e8794f97728e094608ec9ea1c6c9fd42af # from nightly, July 1st
24+
TENSORFLOW_HASH=70d137e8794f97728e094608ec9ea1c6c9fd42af # 2.20.0-dev0 from nightly, July 1st
2525

2626
git-shallow-clone https://github.com/tensorflow/tensorflow.git $TENSORFLOW_HASH
2727

0 commit comments

Comments
 (0)