Skip to content

svpino/apple-silicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Installing PyTorch, TensorFlow, and JAX on Apple Silicon

Create a virtual environment and update pip:

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -U pip

Install Torch:

$ pip install torch torchvision torchaudio

Install TensorFlow:

$ pip install tensorflow tensorflow-macos tensorflow-metal

Install JAX:

$ pip install jax-metal ml_dtypes==0.2.0 jax==0.4.26 jaxlib==0.4.26

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published