Skip to content

Commit c90dc87

Browse files
DesmonDaygongel
andauthored
[CI] Fix paddlepaddle install (#9102)
* [Unified checkpoint] update optimizer async save signal * update paddlepaddle --------- Co-authored-by: gongenlei <[email protected]>
1 parent 2150ae3 commit c90dc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ unit-test:
4646

4747
.PHONY: install
4848
install:
49-
pip install paddlepaddle==0.0.0 -f https://www.paddlepaddle.org.cn/whl/linux/cpu-mkl/develop.html
49+
pip install --pre paddlepaddle -i https://www.paddlepaddle.org.cn/packages/nightly/cpu/
5050
pip install -r requirements-dev.txt
5151
pip install -r requirements.txt
5252
pip install -r paddlenlp/experimental/autonlp/requirements.txt

0 commit comments

Comments
 (0)