Skip to content

Lyra 1.3.2

Latest
Compare
Choose a tag to compare
@mchinen mchinen released this 20 Dec 19:17
47698da

Lyra 1.3.2 is now available. Updating should be a medium priority for most users. This release is a relatively small change. It upgrades from TensorFlow 2.9 to the latest stable 2.11, which produces a ~10% speed improvement due to more modules being supported in XNNPack. The benchmark on the README is also updated to reflect the current bazel build, but note that previously it measured the internal build speed, which was already based on the faster TF 2.12.

Notes

  • Added tests to the github CI actions. This is not complete test coverage, but spans the majority of the code.
  • Bazel 6.0.0, which was just released breaks the build. .bazelversion was added to pin it to 5.3.2. The bazelisk interface can be used to automatically select the correct bazel version.