-
Notifications
You must be signed in to change notification settings - Fork 10
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
cannot find cuDNN #11
Comments
Try copying:
|
I ran into the same issue, and I'm pretty sure cuDNN was installed properly because I was able to run a cmake project with libtorch. Code: int main() { Result: Copying the files like @adlane98 suggested fixed it! |
@NinjaDoggy , Thank your feedback. did you set CUDNN_PATH in your machine.? |
This is really amazing but so far it doesnt find cuDNN, which is installed in C:\Program Files\NVDIA\CUDNN\v8.x
Hence the project cannot be created at all.
" you choose to create a torch project with cuda but cuDNN isn't installed. "
whereas pytroch is able to use cudNN
The text was updated successfully, but these errors were encountered: