You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
First of all, thanks for creating this amazing model.
Unfortunately, it was quite a challenge for me to setup the virtual environment. Maybe it has something to do with my operation system (Windows).
I got into numerous dependency conflicts, but I resolved them and managed to set up the environment. I wanted to share my experience and help other people, who might encounter problems with environment.
Now about packages and versions. First of all, you will need to install the jaxlib package from the wheel, using the custom file. The file can be found in the web. In requirements.txt add: jaxlib @ path/to/jaxlib-0.3.22-cp37-cp37m-win_amd64.whl
Hi!
First of all, thanks for creating this amazing model.
Unfortunately, it was quite a challenge for me to setup the virtual environment. Maybe it has something to do with my operation system (Windows).
I got into numerous dependency conflicts, but I resolved them and managed to set up the environment. I wanted to share my experience and help other people, who might encounter problems with environment.
OS: Windows
Virtual environment tool: venv
Python version: 3.7.9
pip version: 21.1.3
Now about packages and versions. First of all, you will need to install the
jaxlib
package from the wheel, using the custom file. The file can be found in the web. In requirements.txt add:jaxlib @ path/to/jaxlib-0.3.22-cp37-cp37m-win_amd64.whl
And requirements.txt:
The text was updated successfully, but these errors were encountered: