svpino / apple-silicon

25 stars 7 forks source link

No matching distribution found for tensorflow-metal #1

Open kewp opened 1 month ago

kewp commented 1 month ago

Going through your install instructions and got the following error:

pip install tensorflow tensorflow-macos tensorflow-metal
No matching distribution found for tensorflow-metal
flashypepo commented 1 month ago

Using python 3.11.8 and leaving out 'tensorflow-macos' (for Tensorflow 2.13+), I manage to get the instruction running without errors -> tensorflow: 2.16.1, torch: 2.2.1, jax: 0.4.26

Using the ResNet50 example on Apple Developers site, I see the GPU is working!

PS. Using latest Python (3.12) I go the error for tensorflow-metal.

Hope this information helps. Peter