Skip to content

noahgift/tensorflow-m1-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tensorflow-m1-setup

Notes on Tensorflow with Mac M1

  1. Install Homebrew
  2. Install XCode
  3. Install miniforge3
  4. After install run source ~/miniforge3/bin/activate
  5. Install apple tensorflow-deps conda install -c apple tensorflow-deps
  6. Install base TensorFlow: python -m pip install tensorflow-macos
  7. Install tensorflow-metal: python -m pip install tensorflow-metal

Fast setup

  • run make install after installing miniforge

Verify

  • run jupyter notebook and then run all cells in keras-mnist-hello-world.ipynb
  • Check GPU History in Activity Monitor to verify saturation

Screen Shot 2022-06-03 at 3 27 18 PM

References

About

Notes on Tensorflow with Mac M1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published