Skip to content

Commit

Permalink
[CI] Fix paddlepaddle install (#9102)
Browse files Browse the repository at this point in the history
* [Unified checkpoint] update optimizer async save signal

* update paddlepaddle

---------

Co-authored-by: gongenlei <gongenlei@baidu.com>
  • Loading branch information
DesmonDay and gongel authored Sep 6, 2024
1 parent 2150ae3 commit c90dc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ unit-test:

.PHONY: install
install:
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/
pip install -r requirements-dev.txt
pip install -r requirements.txt
pip install -r paddlenlp/experimental/autonlp/requirements.txt
Expand Down

0 comments on commit c90dc87

Please sign in to comment.