You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute main.exe which I have built with github actions and cx_Freeze i am getting the following error:
Could not locate cudnn_ops_infer64_8.dll. Please make sure it is in your library path!
When i look at build/lib/torch/lib, i see that some cuda and cuddn dll's are missing. When I build it locally with cx_Freeze, I see that the required dll's are there. I think it's because it doesn't recognize the cuda installation correctly and therefore doesn't copy the dll's into the build
update: tried a lot of more things like setting CUDA_PATH and CUDA_PATH_V12_4 as windows environment variables and pathes in github action windows-2019 image. I checked it in my cx_Freeze setup.py script and have made sure that the windows environment variables can be recognized. Nothing helpes.
cx_Freeze still wants not to move the cuda and cudnn ddl's in build/lib/torch/lib. For now as a workarround i uploaded the dll's to google drive and my python programm is downloading and moving it to the directory.
When I execute main.exe which I have built with github actions and cx_Freeze i am getting the following error:
Could not locate cudnn_ops_infer64_8.dll. Please make sure it is in your library path!
When i look at build/lib/torch/lib, i see that some cuda and cuddn dll's are missing. When I build it locally with cx_Freeze, I see that the required dll's are there. I think it's because it doesn't recognize the cuda installation correctly and therefore doesn't copy the dll's into the build
here is my action.yml:
these are some of my requirements of requirements.txt:
The text was updated successfully, but these errors were encountered: