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
I have an issue while using spark-nlp with GPU in GoogleColab notebooks. It always raises the following error:
Py4JJavaError: An error occurred while calling z:com.johnsnowlabs.nlp.pretrained.PythonResourceDownloader.downloadModel.
: ai.onnxruntime.OrtException: Error code - ORT_RUNTIME_EXCEPTION - message: /onnxruntime_src/onnxruntime/core/session/provider_bridge_ort.cc:1193 onnxruntime::Provider& onnxruntime::ProviderLibrary::Get() [ONNXRuntimeError] : 1 : FAIL : Failed to load library libonnxruntime_providers_cuda.so with error: libcufft.so.10: cannot open shared object file: No such file or directory
Here's what I've tried so far:
Creating symbolic links for the missing libraries.
Downloading and installing cuDNN for CUDA 11.2.
Downloading and installing cuDNN for CUDA 10.2.
Installing CUDA 11.2 using Conda.
I also attempted combinations of these methods, such as installing cuDNN 11.2 alongside creating symbolic links, but the error persists. Additionally, I tried installing CUDA 10, as the error consistently references libcufft.so.10. Unfortunately, this specific library version seems unavailable.
Describe the issue
I have an issue while using spark-nlp with GPU in GoogleColab notebooks. It always raises the following error:
Here's what I've tried so far:
I also attempted combinations of these methods, such as installing cuDNN 11.2 alongside creating symbolic links, but the error persists. Additionally, I tried installing CUDA 10, as the error consistently references
libcufft.so.10
. Unfortunately, this specific library version seems unavailable.To reproduce
Check this Google Notebook for more details.
Urgency
No response
Platform
Linux
OS Version
Ubuntu 22.04.3 LTS
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.16.3
ONNX Runtime API
Java
Architecture
X64
Execution Provider
CUDA
Execution Provider Library Version
CUDA 12.2
The text was updated successfully, but these errors were encountered: