How to run TensorFlow on Apple Mac M1, M2 with GPU support
How to run TensorFlow on Apple Mac M1, M2 with GPU support 1. Xcode command-line tools: xcode-select --install 2. anaconda(miniconda) setup https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh bash ~/miniconda.sh -b -p $HOME/miniconda source ~/miniconda/bin/activate 3. Install tensorflow-deps for apple mac conda install -c apple tensorflow-deps 4. Install TensorFlow (Base) pytho..
2022.12.15