Skip to content

[SOLVED] This ORT build has ['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider'] #73

Closed Answered by Gourieff
bulutharbeli asked this question in Q&A
Discussion options

You must be logged in to vote

This is because you have ORT-GPU installed instead of ORT
You need to install it back:

python_embeded\python.exe -m pip uninstall -y onnxruntime onnxruntime-gpu
python_embeded\python.exe -m pip install onnxruntime

Perhaps another Node caused installing ORT-GPU
Only one version of ORT can be inside one python's enclosure
ORT-GPU works only with NVIDIA
ORT is universal for any platform

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@JohnBarosanu
Comment options

@Cokeheart
Comment options

Answer selected by Gourieff
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Gourieff
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
4 participants