dalle-playground icon indicating copy to clipboard operation
dalle-playground copied to clipboard

How can i install jaxlib?

Open Joakoq opened this issue 2 years ago • 4 comments

hello im trying to run dall e playground on my pc but i cant install jaxlib its only available for mac and linux how can i install it on windows so i can use dall e

Joakoq avatar Jun 12 '22 02:06 Joakoq

Check this out, it helped me: https://www.reddit.com/r/learnmachinelearning/comments/qnqdy0/jax_on_windows/

aidandavis avatar Jun 12 '22 09:06 aidandavis

I've had issues installing jaxlib too. Despite running on linux. I had to run pip3 install --upgrade pip to get a current version of pip. After this, pip3 install jaxlib just worked.

mtedaldi avatar Jun 12 '22 11:06 mtedaldi

Install version 0.3.7 or greater.

download jaxlib from https://whls.blob.core.windows.net/unstable/index.html

pip install <jaxlib_whl> pip install jax

corriedotdev avatar Jun 15 '22 16:06 corriedotdev

Welp, sometimes it does look as if it does install; Jax install But then when I try to run it (Backend) I get Traceback (most recent call last): File "O:\GitHub\dalle-playground\backend\app.py", line 8, in <module> import jax ModuleNotFoundError: No module named 'jax'

Are we 100% sure that this can this be run on windows? If so I must be still missing some steps

VeXHarbinger avatar Jul 05 '22 10:07 VeXHarbinger