-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
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
始终无法启用gpu #5
Comments
conda install pytorch==1.13.0 torchvision==0.14.0 torchaudio==0.13.0 pytorch-cuda=11.7 -c pytorch -c nvidia |
It would work If u run with Windows. @jian27com |
同问,ubuntu同样无法启用GPU。
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
onnxruntime_inference_collection.py:54: UserWarning: Specified provider 'CUDAExecutionProvider' is not in available provider names.Available providers: 'CPUExecutionProvider'
环境这里
Python >= 3.9 (Recommend to use Anaconda or Miniconda)
PyTorch >= 1.13
CUDA 11.7
我确信自己确实是按这个要求来实现的。唯一不同的是我用的windows10 不是Linux Ubuntu20.04
这是什么原因导致的?
The text was updated successfully, but these errors were encountered: