# 报错显示
to be loaded. Please install the correct version of CUDA andcuDNN as mentioned in the GPU requirements page (https://onnxruntime.ai/docs/execution-providers/CUDA-Ex
ecutionProvider.html#requirements), make sure they're in the PATH, and that your GPU is supported.
当cuda为12.x时 应该使用下面的方法
pip uninstall onnxruntime-gpu
pip install onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/
9107

被折叠的 条评论
为什么被折叠?



