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

Problem with onnxruntime-gpu when run webui on ubuntu #141

Open
huyctdev opened this issue Jul 30, 2024 · 1 comment
Open

Problem with onnxruntime-gpu when run webui on ubuntu #141

huyctdev opened this issue Jul 30, 2024 · 1 comment

Comments

@huyctdev
Copy link

After completing install step, I run with this command
python src/webui.py --listen
Everything is ok but when I click to Generate button on webui, with Lisa model and a url of music video on youtube, on my terminal, it throws this message:
[E:onnxruntime:Default, provider_bridge_ort.cc:1745 TryGetProviderInfo_CUDA] /onnxruntime_src/onnxruntime/core/session/provider_bridge_ort.cc:1426 onnxruntime::Provider& onnxruntime::ProviderLibrary::Get() [ONNXRuntimeError] : 1 : FAIL : Failed to load library libonnxruntime_providers_cuda.so with error: libcublasLt.so.11: cannot open shared object file: No such file or directory [W:onnxruntime:Default, onnxruntime_pybind_state.cc:895 CreateExecutionProviderInstance] Failed to create CUDAExecutionProvider. Please reference https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirementsto ensure all dependencies are met.
And after that, it keep running but it's very slow because, I think it's running on my CPU, but I want it run on my GPU. How can I fix it?
Thank you so much for supporting!

@JackismyShephard
Copy link

@huyctdev I have experienced the same issue. This seems to be due to using an invalid combination of onnx-runtime and CUDA. I have a fork of this repo here: https://github.com/JackismyShephard/ultimate-rvc. It should fix that issue, in addition to adding many new features. You can have a look at it, if you feel like it 😊

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

2 participants