Skip to content
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

UserWarning: Applied workaround for CuDNN issue, install nvrtc.so #104

Open
arr0i3 opened this issue Apr 16, 2024 · 2 comments
Open

UserWarning: Applied workaround for CuDNN issue, install nvrtc.so #104

arr0i3 opened this issue Apr 16, 2024 · 2 comments

Comments

@arr0i3
Copy link

arr0i3 commented Apr 16, 2024

Dear all,

I have encountered this UserWarning when running model_angelo build_no_seq:

~/anaconda3/envs/model-angelo_local/lib/python3.10/site-packages/torch/nn/modules/conv.py:605: UserWarning: Applied workaround for CuDNN issue, install nvrtc.so (Triggered internally at /opt/conda/conda-bld/pytorch_1711403388920/work/aten/src/ATen/native/cudnn/Conv_v8.cpp:80.)

Following this StackOverflow question I have added a symbolic link at ~/anaconda3/envs/model-angelo_local/lib:

libnvrtc.so -> libnvrtc.so.11.8.89

besides the one that was generated automatically:

libnvrtc.so.11.2 -> libnvrtc.so.11.8.89

By running ln -sfn libnvrtc.so.11.8.89 libnvrtc.so

And now there is no warning.
Hope it helps :)

@victorkitov
Copy link

It helped, thank you!

@jamaliki
Copy link
Collaborator

Thank you @arr0i3 , I am not sure why this error occurs. I will pin your issue.

@jamaliki jamaliki pinned this issue Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants