Skip to content

Commit

Permalink
update paddlenlp install
Browse files Browse the repository at this point in the history
  • Loading branch information
WenmuZhou committed Dec 28, 2021
1 parent 46efa8a commit 1ded2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions ppstructure/vqa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,7 @@ git clone https://gitee.com/paddlepaddle/PaddleOCR
- **(3)安装PaddleNLP**

```bash
# 需要使用PaddleNLP最新的代码版本进行安装
git clone https://github.com/PaddlePaddle/PaddleNLP -b develop
cd PaddleNLP
pip3 install -e .
pip3 install "paddlenlp>=2.2.1"
```


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ lxml
premailer
openpyxl
fasttext==0.9.1

paddlenlp>=2.2.1

0 comments on commit 1ded2ac

Please sign in to comment.