当前位置: 首页 > 工具软件 > ONNX Runtime > 使用案例 >

onnxruntime:Default, onnxruntime_pybind_state.cc

翟丰茂
2023-12-01

onnxgpu出错

2021-12-22 10:22:21.111726214 [W:onnxruntime:Default, onnxruntime_pybind_state.cc:535 CreateExecutionProviderInstance] Failed to create CUDAExecutionProvider. Please reference https://onnxruntime.ai/docs/                    reference/execution-providers/CUDA-ExecutionProvider.html#requirements to ensure all dependencies are met.

具体需要看:
https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html
原因是onnx版本需要和CUDA匹配。

 类似资料:

相关阅读

相关文章

相关问答