우분투 22.04, cuda 11.8 환경에서 onnxruntime-gpu 설치 후 추론하려하는데 계속 gpu를 못 잡고 cpu로 도는 문제 발생chatgpt에 아무리 물어봐도 답은 나오지 않아서 결국 직접 공식문서를 찾아봤다.답은 설치 자체를 아예 다르게 했어야 했다.다음은 onnx runtime 공식문서의 답변이다.https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html NVIDIA - CUDAInstructions to execute ONNX Runtime applications with CUDAonnxruntime.aihttps://onnxruntime.ai/docs/install/ Install ONNX Runtime..