Skip to content

Commit 4cb676a

Browse files
committed
Minor updates to comments in get-source.sh and CHANGELOG
1 parent 358bea8 commit 4cb676a

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

ML-Frameworks/pytorch-aarch64/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ https://github.com/ARM-software/Tool-Solutions/tree/r25.08
3535
- TORCH_AO_HASH to 8d4a5d83d7be4d7807feabe38d37704c92d40900, from main, August 1st.
3636
- KLEIDIAI_HASH to 8ca226712975f24f13f71d04cda039a0ee9f9e2f, v1.12 from main.
3737
- Update the examples/transformers_llm_text_gen.py to use the new quantizer api Int8DynamicActivationIntxWeightConfig.
38-
- Updares huggingface_hub to 0.34.0.
3938
- Deleted torchchat_llm_text_gen.py.
4039
- Removed Dockerfile lines cloning TorchChat repo and setting safe.directory.
40+
- Updates huggingface_hub to 0.34.0.
4141

4242
### Removed
4343
- https://github.com/pytorch/pytorch/pull/151547, to update OpenBLAS commit as this has been merged upstream.

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
5656
apply-github-patch pytorch/pytorch 9f6d435629dd251620a1e17b8baa6bc18997f8ab
5757
apply-github-patch pytorch/pytorch b68b7867a72fe2ef4c38f9a3cdd93693700a182e
5858

59-
# https://github.com/pytorch/pytorch/pull/160080 - VLA Vectorized POC
60-
# Includes optimised SVE exp() implementation
59+
# https://github.com/pytorch/pytorch/pull/161049 - optimised SVE exp_u20 implementation
60+
# based on Arm Optimised Routines - https://github.com/ARM-software/optimized-routines
6161
apply-github-patch pytorch/pytorch 3de5651bafcdabbc52d5205c0de3976188eba7fb
62+
63+
# https://github.com/pytorch/pytorch/pull/160080 - VLA Vectorized POC
6264
apply-github-patch pytorch/pytorch d5c1aedd5cb85b760abe76099efe64aa535bf1ea
6365
apply-github-patch pytorch/pytorch b1496344c65638f25547b841bb2c470127b7e420
6466
apply-github-patch pytorch/pytorch fd5f544e87e8c3d6890815ae28f1dc807331643a

0 commit comments

Comments
 (0)