Skip to content

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

Open
cqray1990 opened this issue Apr 24, 2025 · 6 comments
Assignees
Labels

Comments

@cqray1990
Copy link

需求描述 Feature Description

任务目标(请描述你正在做的项目是什么,如模型、论文、项目是什么?);
需求场景(请描述你的项目中为什么需要用此功能);
功能描述(请简单描述或设计这个功能)

替代实现 Alternatives

No response

@raoyutian
Copy link

paddled的版本是兼容cuda多版本的。
cuda版本大版本也是向下兼容的吧。
一个paddle CUDA11.8的版本,几乎兼容大部分显卡了。

现在很多显卡已经支持CUDA12.6的运行时了,但不代表必须要paddle CUDA12.6才能运行。11.7也可以运行。
不知道楼主疑点在哪里?为什么需要12.4的?

@cqray1990
Copy link
Author

cqray1990 commented Apr 27, 2025 via email

@raoyutian
Copy link

因为跑paddletocr老是要求参数paddle的版本,paddlex 3.0rc1的版本又要求paddlepaddle的版本cuda12.6的,我本机是cuda12.4

如果是OCR,推荐看看https://gitee.com/raoyutian/PaddleOCRSharp,稳定,使用量很大。但GPU是商业版本,可能不适合你。

Image

@liuruyan
Copy link
Contributor

您好,paddle cuda版本是向下兼容的,基于您是12系列驱动,因此您可以下载安装cuda12.6版本的paddle来执行paddleocr和paddlex。

@cuicheng01
Copy link
Contributor

cuicheng01 commented Apr 29, 2025

paddlex没有要求cuda版本是12.6,11.8也是可以的,paddlex中的文档明确写道:无需关注物理机上的 CUDA 版本,只需关注显卡驱动程序版本。更多飞桨 Wheel 版本信息,请参考飞桨官网

@cqray1990
Copy link
Author

cqray1990 commented Apr 29, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants