-
Notifications
You must be signed in to change notification settings - Fork 84
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
system has unsupported display driver / cuda driver combination #57
Comments
I have a suggestion, when running train.py, you may need to specific |
I tried for your imformation, I build this container with : |
Sounds like a driver/cuda mismatch. Perhaps you have updated your drivers recently and need to reboot. |
I uninstall cuda11.7 and install 11.6, and nvcc is in my path.
|
plus, is there anything to do with the model file? Do I need to modify the following:
I also deleted the line I believe this Driver is enough for cuda11.6 |
I installed this cuda11.6 from |
Are you running inside docker? Does the host system driver match the docker driver? |
Yes, I run gnina train.py inside docker, the nvidia driver in host system and docker are both I do not think anything wrong... Because I was told it's ok to use former cuda-toolkit in docker container, right? |
Is there anything wrong about my Docker? My Docker is I have met Fed up with gpu errors! Or should I just use cpu to do train.py? |
Update your docker image to match your host. |
python3 train.py -p first_ -d /root/data --dynamic
SYSTEM INFORMATION
nvcc --version
ls /usr/local
bin cuda cuda-11 cuda-11.7 etc games include lib man python sbin share src
The text was updated successfully, but these errors were encountered: