Skip to content

Instantly share code, notes, and snippets.

View ruixif's full-sized avatar
🍻
Ready to run

ruixif ruixif

🍻
Ready to run
  • Etsy
View GitHub Profile
@ruixif
ruixif / Install.md
Last active December 28, 2022 18:23
How to install tensorflow-macos-2.5.0 on M1

Python 3.9

install numpy

brew install openblas
OPENBLAS="$(brew --prefix openblas)" pip3 install numpy==1.19.3

install zlib and openssl