Skip to content

Commit e32f7e4

Browse files
authored
Merge pull request #321 from jondea/pin-major-pytorch-pip-build-deps
Pin major versions of PyTorch build deps
2 parents 76e5071 + 39bf6c0 commit e32f7e4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ML-Frameworks/pytorch-aarch64/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ where `YY` is the year, and `MM` the month of the increment.
1010
### Added
1111
- Work in progress oneDNN patch, [Enable jit conv for 128](https://github.com/uxlfoundation/oneDNN/pull/3022) with ~30% speed up for backward convolutions
1212
- Add `--wheel-only` flag for only building the torch wheel
13+
- [Work in progress PyTorch patch for pinning the major versions of build dependencies](https://github.com/pytorch/pytorch/pull/150833)
1314

1415
### Changed
1516
- Updates hashes for:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
3939
apply-github-patch pytorch/pytorch 140159 4034f2538c4caafb806ecf4b2ef81b19ebda3fd6
4040
apply-github-patch pytorch/pytorch 140159 1ce26d99bde511bb9cccc49be842c04e8d366f69
4141
apply-github-patch pytorch/pytorch 150527 57b737db805acc5a58a6c9ef59dfef5b23aaf3f0 # Add BF16 SVE intrinsics
42+
apply-github-patch pytorch/pytorch 150833 02987a7c2e9b249a669723224c8d3cd80c6cb64e # Pin all root requirements to major versions
4243

4344
git submodule sync
4445
git submodule update --init --checkout --force --recursive --jobs=$(nproc)

0 commit comments

Comments
 (0)