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 try to infer an onnx model in jetson agx orin with Jetpack 6.1. The cuda is 12.6 and the cudnn is 9.3. I find on the website it says onnxruntime-19.0 supports cudnn 9.x but when I run the program the error still shows "2024-11-12 10:07:56.895559377 [W:onnxruntime:Default, onnxruntime_pybind_state.cc:965 CreateExecutionProviderInstance] Failed to create CUDAExecutionProvider. Require cuDNN 8.* and CUDA 12.*. Please install all dependencies 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."
I install the onnxruntime-gpu 1.19.0 by downloading it from Jetson zoo btw.
To reproduce
Using onnxruntime 1.19.0 on jetson agx orin with Jetpack 6.1.
Urgency
No response
Platform
Linux
OS Version
22.04
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.19.0-jetson
ONNX Runtime API
Python
Architecture
ARM64
Execution Provider
CUDA
Execution Provider Library Version
cuda 12.6, cudnn 9.3, jetpack 6.1
The text was updated successfully, but these errors were encountered:
Describe the issue
I try to infer an onnx model in jetson agx orin with Jetpack 6.1. The cuda is 12.6 and the cudnn is 9.3. I find on the website it says onnxruntime-19.0 supports cudnn 9.x but when I run the program the error still shows
"2024-11-12 10:07:56.895559377 [W:onnxruntime:Default, onnxruntime_pybind_state.cc:965 CreateExecutionProviderInstance] Failed to create CUDAExecutionProvider. Require cuDNN 8.* and CUDA 12.*. Please install all dependencies 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."
I install the onnxruntime-gpu 1.19.0 by downloading it from Jetson zoo btw.
To reproduce
Using onnxruntime 1.19.0 on jetson agx orin with Jetpack 6.1.
Urgency
No response
Platform
Linux
OS Version
22.04
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.19.0-jetson
ONNX Runtime API
Python
Architecture
ARM64
Execution Provider
CUDA
Execution Provider Library Version
cuda 12.6, cudnn 9.3, jetpack 6.1
The text was updated successfully, but these errors were encountered: