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
1、程序默认安装cuda11.2 ,但是很多人的机器上不是cuda11.2,能不能让用户自己选择下载的cuda版本? 2、飞桨现在也支持cuda10.2,pip源默认安装的就是cuda10.2,这里需要改一下话术
3、可以把验证安装这一步操作封装进你的程序中,无需再让用户输入run_check 命令来验证是否安装成功
The text was updated successfully, but these errors were encountered:
Hi @dingjiaweiww ,
感谢意见,对于第一个问题:如果安装的是11.2的版本,实际上11.2的CUDA就可以适配所有情况,不会对结果有影响;如果指的是10.2的版本,那确实没有支持,这个如果需求多了会进行更新。
第二个问题:已修改 第三个问题:这个已经是封装了的,只是为了防止有时候针对不同shell或者环境变量更新情况可能会导致没有成功更新,所以提醒了一句如果有问题可以自行操作
Sorry, something went wrong.
No branches or pull requests
1、程序默认安装cuda11.2 ,但是很多人的机器上不是cuda11.2,能不能让用户自己选择下载的cuda版本?
2、飞桨现在也支持cuda10.2,pip源默认安装的就是cuda10.2,这里需要改一下话术
3、可以把验证安装这一步操作封装进你的程序中,无需再让用户输入run_check 命令来验证是否安装成功
The text was updated successfully, but these errors were encountered: