Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Mac-optimized TensorFlow and TensorFlow Addons

Pre-release
Pre-release
Compare
Choose a tag to compare
@pooyadavoodi pooyadavoodi released this 01 Feb 23:51
· 5 commits to master since this release

This pre-release delivers hardware-accelerated TensorFlow and TensorFlow Addons for macOS 11.0+. Native hardware acceleration is supported on Macs with M1 and Intel-based Macs through Apple’s ML Compute framework.

The archive contains the Python 3.8 packages needed for using both TensorFlow and TensorFlow Addons on Macs with M1 and Intel-based Macs running macOS 11.0+.

After downloading and unpacking the archive, run /bin/bash ./tensorflow_macos/install_venv.sh --help to see options for creating a new virtual environment with these packages installed or for installing them into an existing environment.

This release is based on TensorFlow 2.4rc0 and Tensorflow Addons 0.11.2.

Please report any problems using GitHub issues.

Release Notes:

  • Fixes several failures in TensorFlow unit tests and other bug fixes.
  • Resolves #50
  • Resolves #99
  • Resolves reported installation issues.
  • Adds release notes.