We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've installed onnxruntim-gpu with pip, then I run the code like:
import onnxruntime sess = onnxruntime.InferenceSession("checkpoint1.onnx", providers=["CUDAExecutionProvider"])
Then the console comes up with a bunch of gibberish, what caused that and how can I solve it?
I use python 3.11.3, just run the code above, then I'll meet the issue
No response
Windows
win10 profession 22h2
Other / Unknown
onnxruntime-gpu 1.20.1
Python
X64
CUDA
CUDA 12.6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue
I've installed onnxruntim-gpu with pip, then I run the code like:
Then the console comes up with a bunch of gibberish, what caused that and how can I solve it?
To reproduce
I use python 3.11.3, just run the code above, then I'll meet the issue
Urgency
No response
Platform
Windows
OS Version
win10 profession 22h2
ONNX Runtime Installation
Other / Unknown
ONNX Runtime Version or Commit ID
onnxruntime-gpu 1.20.1
ONNX Runtime API
Python
Architecture
X64
Execution Provider
CUDA
Execution Provider Library Version
CUDA 12.6
The text was updated successfully, but these errors were encountered: