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 installed ONNX Run Time using conda install onnxruntime -c conda-forge.
conda install onnxruntime -c conda-forge
I run onnxruntime.get_available_providers() and get only the CPU as executer (CPUExecutionProvider).
onnxruntime.get_available_providers()
CPUExecutionProvider
My environment has PyTorch installed and CUDA working (Just as evidence that CUDA is well defined and working on my system).
Looking at the conda logs I can see it installs onnxruntime-1.20.1-py312h414cfab_0_cpu.
conda
onnxruntime-1.20.1-py312h414cfab_0_cpu
Could you please provide CUDA support through the conda-forge package?
conda-forge
No response
Windows 11 + CUDA (NVIDIA GPU)
Linking onnxruntime-1.20.1-py312h414cfab_0_cpu
The text was updated successfully, but these errors were encountered:
The package is not maintained by us. You may raise the issue to conda-forge's issue list.
Sorry, something went wrong.
https://github.com/conda-forge/onnxruntime-feedstock
Thanks for the pointer.
No branches or pull requests
Describe the issue
I installed ONNX Run Time using
conda install onnxruntime -c conda-forge
.I run
onnxruntime.get_available_providers()
and get only the CPU as executer (CPUExecutionProvider
).My environment has PyTorch installed and CUDA working (Just as evidence that CUDA is well defined and working on my system).
Looking at the
conda
logs I can see it installsonnxruntime-1.20.1-py312h414cfab_0_cpu
.Could you please provide CUDA support through the
conda-forge
package?Urgency
No response
Target platform
Windows 11 + CUDA (NVIDIA GPU)
Build script
conda install onnxruntime -c conda-forge
Error / output
Linking onnxruntime-1.20.1-py312h414cfab_0_cpu
Visual Studio Version
No response
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: