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
{{ message }}
This repository was archived by the owner on May 10, 2026. It is now read-only.
The code I run:
I got message:
WARNING:root:ONNX is running on CPU - you need to install CUDA/onnxruntime-gpu to run on GPU.However,
ort.get_devices()gives "GPU".How can I fix it? Many thanks in advance.