Downgrade paddlepaddle-gpu version #13550
|
Hello, Thank you for providing PaddleOCR as open-source tool. I have been using PaddleOCR on CPU to train detection, recognition and KIE models. Lately, I got gpu resources (with capability of cuda 11.8 version). I noticed that paddlepaddle has now released 3.0 beta, however, when I try to train the RE model, there seems to be an error now with this version of paddlepaddle and paddlenlp. I would like to ask how can I downgrade paddlepaddle-gpu that is capable for cuda 11.8 and paddleNLP version 2.5.2, or rather what is the capable version of paddlepaddle-gpu with this requirement? Hope anyone can help me with this, and thank you in advance for the help! |
Answered by
SWHL
Jul 31, 2024
Replies: 1 comment 2 replies
|
You can refer this docs as the following: python -m pip install paddlepaddle-gpu==2.6.1 -i https://pypi.tuna.tsinghua.edu.cn/simple |
2 replies
Answer selected by
piarosebelledelapaz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can refer this docs as the following: