This is my personal list of to-do things for a new Macbook.
👉 My dockerfiles on Github.
Updated on Mar 22, 2022 : There is no way to install Tensorflow with Docker on Mac M1.
For simplicity, use Lightning AI (instead of Google Colab).
Updated on Dec 5, 2023: Introducing Accelerated PyTorch Training on Mac | PyTorch
Make sure the package on anaconda supports
osx-arm64
and try:👉 Getting Started with tensorflow-metal PluggableDevice | Apple Official doc (required macOS 12.0+)
Or checking the working of GPU, CPU,...
Then in the notebook,
👉 Install scikit-learn on M1 (official note).
✳️ RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xe
- Apple Developer -- Getting Started with tensorflow-metal PluggableDevice.