Skip to content

Releases: ARM-software/Tool-Solutions

Tool Solutions: ML Frameworks r25.03

14 Mar 15:13
518bf0c

Choose a tag to compare

PyTorch build

https://github.com/ARM-software/Tool-Solutions/blob/r25.03/ML-Frameworks/pytorch-aarch64/README.md

Added

Changed

  • Updates hashes for:
    • PyTorch to e555c4d (2.7.0.dev20250305) from viable/strict branch.
    • ideep to 719d8e6 from ideep_pytorch branch.
    • oneDNN to 321c452 from main branch.
    • Compute Library to v25.02.1.
    • OpenBLAS to ef9e3f7 from main.
  • Updates work-in-progress PyTorch PRs.
  • Updates torchaudio to 2.6.0.dev20250305.
  • Updates torchvision to 0.22.0.dev20250305.
  • Dockerfile now upgrades pip before installing Python packages.
  • git-shallow-clone function now supports cloning by tag as well as hash.

Removed

  • Removes patches which have now been merged into the upstream branches.
  • Removes static_quantize_conv example since pytorch/pytorch#141127 is no longer included in the build.

TensorFlow build

https://github.com/ARM-software/Tool-Solutions/blob/r25.03/ML-Frameworks/tensorflow-aarch64/README.md
This release establishes a new TensorFlow build based on the approach taken with PyTorch builds.

Changed

  • Updated TensorFlow to 2.20.dev-6506da6

Removed

  • Removed MLCommons examples and patches
  • Removed cpp examples
  • Removed all inline patches, work in progress features should now be applied
    from PRs using wget in ./get-source.sh.

Complete list of PRs:

Full Diff: pytorch-aarch64--r25.02...r25.03