We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2150ae3 commit c90dc87Copy full SHA for c90dc87
Makefile
@@ -46,7 +46,7 @@ unit-test:
46
47
.PHONY: install
48
install:
49
- pip install paddlepaddle==0.0.0 -f https://www.paddlepaddle.org.cn/whl/linux/cpu-mkl/develop.html
+ pip install --pre paddlepaddle -i https://www.paddlepaddle.org.cn/packages/nightly/cpu/
50
pip install -r requirements-dev.txt
51
pip install -r requirements.txt
52
pip install -r paddlenlp/experimental/autonlp/requirements.txt
0 commit comments