Skip to content

Commit 0e10596

Browse files
Merge pull request #426 from puneetmatharu/tidy-up-readme
Tidy up CHANGELOGs and add a trailing newline
2 parents 3a65b69 + 885ae0e commit 0e10596

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

ML-Frameworks/pytorch-aarch64/CHANGELOG.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,18 @@ where `YY` is the year, and `MM` the month of the increment.
1818
- Adds PyTorch [PR #170062](https://github.com/pytorch/pytorch/pull/170062), to add ccache support to ACL/OpenBLAS and manywheel build script.
1919

2020
### Changed
21-
- PyTorch and TorchAO manylinux AArch64 builder image from `cpu-aarch64-d8be0384e085f551506bd739678109fa0f5ee7ac`
22-
to `cpu-aarch64-69d4c1f80b5e7da224d4f9c2170ef100e75dfe03`
23-
- Updates the URL used to download weights for ResNet50 used by `classify_image.py`.
24-
- Updates `torchvision` from 0.25.0.dev20251104 to 0.25.0.dev20260111.
25-
- Updates Ubuntu and Python version to 24.04 and 3.12, respectively.
26-
- Updates hashes for:
21+
- Updates hashes for:
2722
- `PYTORCH_HASH` to `77da53a7356e033e3fc1e03fdd960fc4ad117882`, 2.11.0.dev20260130 from viable/strict, Jan 30th.
2823
- `IDEEP_HASH` to `bbb9ffb9e0c401ca058b7f35a6ebe7d0e08ffd34`, from ideep_pytorch, Jan 30th.
2924
- `ONEDNN_HASH` to `804f364c04ad8a763d534abaabc99bf99c2754e0`, from main, Jan 30th.
3025
- `TORCH_AO_HASH` to `30fcb156945ecacd515775414d37c09bfe60727e`, from main, Jan 30th.
3126
- `KLEIDIAI_HASH` to `5addaad73ebbb02e7dde6c50fff3bdb2ae8c407f`, v1.20.0 from main, Jan 30th.
32-
- Replaced `ACL_VERSION=v52.6.0` with `ACL_VERSION=v52.8.0`, from main, Jan 30th.
33-
- Update `torchvision` from 0.25.0.dev20251104 to 0.25.0.dev20260130.
34-
27+
- Replaces `ACL_VERSION=v52.6.0` with `ACL_VERSION=v52.8.0`, from main, Jan 30th.
28+
- Updates `torchvision` from 0.25.0.dev20251104 to 0.25.0.dev20260130.
29+
- Updates PyTorch and TorchAO manylinux AArch64 builder image from `cpu-aarch64-d8be0384e085f551506bd739678109fa0f5ee7ac`
30+
to `cpu-aarch64-69d4c1f80b5e7da224d4f9c2170ef100e75dfe03`.
31+
- Updates the URL used to download weights for ResNet50 used by `classify_image.py`.
32+
- Updates Ubuntu and Python version to 24.04 and 3.12, respectively.
3533

3634
### Removed
3735
- Removes patches which are no longer required or have landed upstream.

ML-Frameworks/tensorflow-aarch64/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ where `YY` is the year, and `MM` the month of the increment.
1616
### Added
1717

1818
### Changed
19-
- Updates TensorFlow hash to 3d4958d107b77a2e4398c066971a099a369ef739, from nightly, Feb 2nd
19+
- Updates TensorFlow hash to 3d4958d107b77a2e4398c066971a099a369ef739, from nightly, Feb 2nd.
2020
- Updates Ubuntu and Python version to 24.04 and 3.12, respectively.
2121

2222
### Removed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ git-shallow-clone https://github.com/tensorflow/tensorflow.git $TENSORFLOW_HASH
2121
apply-github-patch tensorflow/tensorflow f15bec785f25dacaf9ae18250e499274e4ec7fb1
2222
# https://github.com/tensorflow/tensorflow/pull/102272 - Fix AArch64 CPUIDInfo init
2323
apply-github-patch tensorflow/tensorflow b6a9e1c1173d675533ffbb71c5eb36c7060ae2d0
24-
)
24+
)

0 commit comments

Comments
 (0)