Closed JankowskiChristopher closed 7 months ago
@adityab thanks for updating the README. With the changes in README this issue might no longer be relevant - I still got some errors with torch version, but I guess that maybe they can be ignored, as I was able to run the code with the instructions from README (The code run but the issue #3 unfortunately still persists). If we run the code with current instructions maybe even the environment.yml
is not needed anymore?
Side note: install.sh
has old README instruction with the wrong JAX version. It could be beneficial to update it as well or maybe even delete this script as the instruction is provided in the README.
You're right, those files are not useful, I just deleted environment.yml
and install.sh
. The README instructions are all you need now. :sweat_smile:
still got some errors with torch version, but I guess that maybe they can be ignored
Yes, you're probably seeing these when installing JAX, and you can ignore them here.
Thanks for pointing this out!
Hello, Could you please check whether installation of your requirements work correctly? When I was trying to run the code, I got errors with pip resolver stating problems with
torch
version - most probably it was conflicting with JAX and CUDA. I was able to run your code with the requirements below, but I had to downgradetorch
and I am worried that I might not reproduce your results due to this.My requirements.txt: