Skip to content

Instantly share code, notes, and snippets.

@markwang0
Created November 10, 2022 22:26
Show Gist options
  • Select an option

  • Save markwang0/1fa7417ab0cb3ca512594f355d18268c to your computer and use it in GitHub Desktop.

Select an option

Save markwang0/1fa7417ab0cb3ca512594f355d18268c to your computer and use it in GitHub Desktop.
tensorflow conda environment optimized for apple silicon
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