Merge pull request #5092 from WenmuZhou/fix_vqa

update paddlenlp install
pull/5040/head
zhoujun 2021-12-30 05:17:13 -06:00 committed by GitHub
commit 63bcb2a9c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -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"
```

View File

@ -13,4 +13,4 @@ lxml
premailer
openpyxl
fasttext==0.9.1
paddlenlp>=2.2.1