-
Notifications
You must be signed in to change notification settings - Fork 20
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
Python version for nuwave #21
Comments
Hy @eyacov! I am not sure about the Python version compatibility. Could you provide the error messages you're encountering? |
Hey @junjun3518
|
Hi @eyacov , It seems that error message is about cuda version issue. Since this project started at 2020, it is utilizing old version of torch and cuda, which do not support 4090. For now, I do not have any resource to test and do not have authorization to change this repo. I recommend to use recent base image such as nvcr.io/nvidia/pytorch:23.07-py3 (I am using it for 4090 now). |
hi @junjun3518 Trying to run the code this docker leads to the following error Do I need to change something in requirements.txt to make this work? |
I manged to solve the issue. The requirements file needs to be written as follows: You might want to consider changing it |
Hey
What version of python is this repo compatible with? It doesn't seem to work with python3.11
The text was updated successfully, but these errors were encountered: