Created
February 24, 2024 05:29
-
-
Save lemonlatte/556d61d45736070d6098508e6625fdc7 to your computer and use it in GitHub Desktop.
Install tensorflow over mac m1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install miniconda | |
conda init (basename "$SHELL") | |
conda create -n tensorflow-env-39 python=3.9 | |
conda install -c apple tensorflow-deps | |
conda install scikit-learn pandas jupyter | |
pip install tensorflow-macos |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment