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
使用显卡进行加速的python requirements.py --cuda 116指令出现问题 cuda版本为11.6 cudnn从nv官网下的11.x 试过安装cuda 11.5并执行python requirements.py --cuda 115 仍然一样 即使执行了pip install torch torchvision torchaudio --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu116`
python requirements.py --cuda 116
python requirements.py --cuda 115
pip install torch torchvision torchaudio --pre --extra-index-url
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用显卡进行加速的
python requirements.py --cuda 116
指令出现问题 cuda版本为11.6 cudnn从nv官网下的11.x 试过安装cuda 11.5并执行python requirements.py --cuda 115
仍然一样 即使执行了pip install torch torchvision torchaudio --pre --extra-index-url
https://download.pytorch.org/whl/nightly/cu116`The text was updated successfully, but these errors were encountered: