-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation to run on M1 chip #37
Comments
Hi @Reekomer - thanks for posting this. Do you remove your |
@Reekomer Hey there, have you tried running the server off of an m1 mac with a different image or only the client locally? |
My pleasure :). I didn't remove the flax dependency. For now, I have other issues I haven't had time to address in order to make everything run. I will keep you posted on this topic whenever everything runs. |
I am trying to run natively on my MacBook by following those steps: https://github.com/jina-ai/dalle-flow#run-natively |
When running jina flow locally with an M1 chip, I noticed you needed to use a different version of jax to run it.
See here.
Having
jax == 0.2.10
does the trick.It would be good to add it to the documentation.
The text was updated successfully, but these errors were encountered: