-
Notifications
You must be signed in to change notification settings - Fork 5.7k
paddle能多适配几个cuda版本?每次安装本次都没有合适的cuda版本 12.4 都没有,每次都要重装 #72455
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
Comments
paddled的版本是兼容cuda多版本的。 现在很多显卡已经支持CUDA12.6的运行时了,但不代表必须要paddle CUDA12.6才能运行。11.7也可以运行。 |
因为跑paddletocr老是要求参数paddle的版本,paddlex 3.0rc1的版本又要求paddlepaddle的版本cuda12.6的,我本机是cuda12.4
…---- 回复的原邮件 ----
| 发件人 | Yutian ***@***.***> |
| 日期 | 2025年04月27日 10:01 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [PaddlePaddle/Paddle] paddle能多适配几个cuda版本?每次安装本次都没有合适的cuda版本 12.4 都没有,每次都要重装 (Issue #72455) |
raoyutian left a comment (PaddlePaddle/Paddle#72455)
paddled的版本是兼容cuda多版本的。
cuda版本大版本也是向下兼容的吧。
一个paddle CUDA11.8的版本,几乎兼容大部分显卡了。
现在很多显卡已经支持CUDA12.6的运行时了,但不代表必须要paddle CUDA12.6才能运行。11.7也可以运行。
不知道楼主疑点在哪里?为什么需要12.4的?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
您好,paddle cuda版本是向下兼容的,基于您是12系列驱动,因此您可以下载安装cuda12.6版本的paddle来执行paddleocr和paddlex。 |
paddlex没有要求cuda版本是12.6,11.8也是可以的,paddlex中的文档明确写道:无需关注物理机上的 CUDA 版本,只需关注显卡驱动程序版本。更多飞桨 Wheel 版本信息,请参考飞桨官网。 |
paddlex最新版本pip安装只有12.6和11.8
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2025年04月29日 19:15 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [PaddlePaddle/Paddle] paddle能多适配几个cuda版本?每次安装本次都没有合适的cuda版本 12.4 都没有,每次都要重装 (Issue #72455) |
cuicheng01 left a comment (PaddlePaddle/Paddle#72455)
paddlex没有要求cuda版本是12.6,11.8也是可以的,paddlex中的文档明确写道:无需关注物理机上的 CUDA 版本,只需关注显卡驱动程序版本。更多飞桨 Wheel 版本信息,请参考飞桨官网。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
需求描述 Feature Description
任务目标(请描述你正在做的项目是什么,如模型、论文、项目是什么?);
需求场景(请描述你的项目中为什么需要用此功能);
功能描述(请简单描述或设计这个功能)
替代实现 Alternatives
No response
The text was updated successfully, but these errors were encountered: