Thanks for this repo- the installation guide is extremely helpful in dealing with common Mac Mx issues, there's a teeny tiny error in the installation guide of this notebook:.
I tried it as I have it, and it seems to work. I believe the command is valid either way, just to keep it consistant with my video I will leave it as I have it.
Hi,
Thanks for this repo- the installation guide is extremely helpful in dealing with common Mac Mx issues, there's a teeny tiny error in the installation guide of this notebook:.
"conda env create -f tensorflow-apple-metal.yml -n tensorflow"
I believe should be changed to:
"conda create -f tensorflow-apple-metal.yml -n tensorflow"
Thanks!