-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
最新版的 API 接口调用报错 #2104
Comments
nvcc: NVIDIA (R) Cuda compiler driver nvidia-cudnn - NVIDIA CUDA Deep Neural Network library (install script) |
pip uninstall onnxruntime-gpu 我自己解决了,以上是处理的命令。分享给有需要的朋友 |
absl-py==2.1.0 |
当前使用g2pw进行拼音推理
2025-02-24 08:38:04.381012919 [E:onnxruntime:Default, provider_bridge_ort.cc:1744 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
Building prefix dict from the default dictionary ...
DEBUG:jieba_fast:Building prefix dict from the default dictionary ...
Loading model from cache /tmp/jieba.cache
DEBUG:jieba_fast:Loading model from cache /tmp/jieba.cache
Loading model cost 0.658 seconds.
DEBUG:jieba_fast:Loading model cost 0.658 seconds.
Prefix dict has been built succesfully.
DEBUG:jieba_fast:Prefix dict has been built succesfully.
一直用 CPU推理,不用 GPU。搞了半天没搞定,哪位大神能帮忙看一下吗?!
The text was updated successfully, but these errors were encountered: