-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
why cant i run live #948
Comments
the same question |
It seems that when you download and install What resolved this issue for me was to use the v8.9.7 cuDNN for CUDA 11.x zip from the NVIDIA Archive. MD5: 7dddb764c0a608ac23e72761be4c92c0 After downloading the Then, I find "Edit the system environment variables" in Windows and click "Environment Variables". From there, you can edit the User or System variable of Path to add a new path. The path for me was After installing the appropriate Hope this was helpful. |
THANKS YES. i tried with CuDNN 8.6 , and 8.9 .. maybe it helps someone: The solution was for me to put it in PATH. i put it in CuDNN "Environment Variables" in system, not only in PATH . so i put 2 Positions in Systemvariable:
Thanks @daryltucker !! |
watch this tutorial properly!! |
Ive been trying for so long to get live to work and everything ive tried doesnt work. i am using cuda 11.8, onnxruntime-gpu 1.16.3 and python 3.10.0.
CUDA_PATH is set but CUDA wasn't able to be loaded. Please install the correct version of CUDA and cuDNN as mentioned in the GPU requirements page (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements), make sure they're in the PATH, and that your GPU is supported.
thats what it says and im comepletely lost, i am also very new to all of this and i followed the readme file btw.
By the way, i can run the normal one (the one without cuda) but it is like 1 fps and unusable. Whenever i boot the cuda version up, the preview just doesnt load.
The text was updated successfully, but these errors were encountered: