Created
November 10, 2022 22:26
-
-
Save markwang0/1fa7417ab0cb3ca512594f355d18268c to your computer and use it in GitHub Desktop.
tensorflow conda environment optimized for apple silicon
This file contains hidden or 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
| name: tf-metal-env | |
| channels: | |
| - apple | |
| - conda-forge | |
| dependencies: | |
| - python | |
| - pip | |
| - tensorflow-deps | |
| - ipykernel | |
| ## PyPI packages | |
| - pip: | |
| - tensorflow-macos | |
| - tensorflow-metal ## optional, but recommended | |
| # https://stackoverflow.com/questions/72964800/what-is-the-proper-way-to-install-tensorflow-on-apple-m1-in-2022 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment