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
3 中的最后:
如果报错CUDA error: 请检查torch版本是否为2.0.1,因为当安装某些依赖时,可能会自动升级torch版本,那么请重新降低版本至2.0.1
但代码是:conda install pytorch==2.1.2 -c pytorch -c nvidia
应该为:conda install pytorch==2.0.1 -c pytorch -c nvidia
The text was updated successfully, but these errors were encountered:
No branches or pull requests
3 中的最后:
如果报错CUDA error: 请检查torch版本是否为2.0.1,因为当安装某些依赖时,可能会自动升级torch版本,那么请重新降低版本至2.0.1
但代码是:conda install pytorch==2.1.2 -c pytorch -c nvidia
应该为:conda install pytorch==2.0.1 -c pytorch -c nvidia
The text was updated successfully, but these errors were encountered: