Replies: 2 comments 15 replies
-
Also sharing links to external threads that discuss similar issues: |
Beta Was this translation helpful? Give feedback.
0 replies
-
@hkhare42 hello o/ let me convert this issue to discussion and also could you try this codes I made small collab for you test and see are you in GPU https://colab.research.google.com/drive/1Ltv7tKae7SOkM7bOjwPQ0x3kYMik5XkE?usp=sharing |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Search before asking
Question
Really appreciate this library and ecosystem!
I'm trying to run the "time_in_zone" example on Google Colab (CUDAExecutionProvider). I pip installed the requirements.txt and in the next step, also pip installed inference-gpu library.
!nvidia-smi gives me the following showing that CUDA is available.
On running the inference_file_example.py, I get the following error:
UserWarning: Specified provider 'OpenVINOExecutionProvider' is not in available provider names.Available providers: 'TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider' 2024-07-22 18:17:36.983840877 [W:onnxruntime:Default, onnxruntime_pybind_state.cc:640 CreateExecutionProviderInstance] Failed to create CUDAExecutionProvider. Please reference https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements to ensure all dependencies are met.
I tried going through the referenced link in the error and going over forums but wasn't able to resolve this. What additional step is needed to get CUDAExecutionProvider to work?
Additional
No response
Beta Was this translation helpful? Give feedback.
All reactions