TensorFlow MacOS
TensorFlow for macOS 11.0+ accelerated using Apple's ML Compute
This repository provided a pre-release of TensorFlow and TensorFlow Addons tailored for macOS 11+ with native hardware acceleration via Apple’s ML Compute, supporting both Apple Silicon (M1) and Intel Macs. It shipped ready-made Python 3.8 wheels and install scripts so developers could quickly get an accelerated stack running without building from source. As TensorFlow added a Metal PluggableDevice path, the project directed users toward using Apple’s tensorflow-metal to get GPU acceleration on Mac directly through Metal. The README and releases emphasized this was a macOS-optimized distribution, not an upstream fork of TensorFlow, and it cataloged common installation notes and issues encountered by early Apple Silicon users. ...