-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(shortgpt): add new script and polish existing code (typos, paths) #10882
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
base: develop
Are you sure you want to change the base?
Conversation
Thanks for your contribution! |
@@ -1,17 +1,23 @@ | |||
# 向量检索模型训练 | |||
|
|||
推荐安装 gpu 版本的[PaddlePaddle](https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/conda/linux-conda.html),以 cuda12.3的 paddle 为例,安装命令如下: | |||
推荐安装 gpu 版本的[PaddlePaddle](https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/conda/linux-conda.html),以 cuda11.8的 paddle 为例,安装命令如下: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
推荐使用更高版本的paddle,低版本保留时间不会太长
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
适配更高cuda版本的话,请问具体哪个版本呢,nightly or stable。目前我使用服务器中的cuda version是12.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以考虑当前的cuda 12.6和12.9
我看Test测试还有些问题,可以试试拉最新代码,然后重新过Test试试 |
Before submitting
tests
folder. If there are codecov issues, please add tests cases first.PR types