File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -125,9 +125,7 @@ jobs:
125
125
export FASTDEPLOY_VERSION="${FASTDEPLOY_VERSION}.dev${DATE_ONLY}"
126
126
fi
127
127
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
128
- pip config set global.index-url http://pip.baidu.com/root/baidu/+simple/
129
- pip config set install.trusted-host pip.baidu.com
130
- pip config set global.extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
128
+ pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
131
129
132
130
python -m pip install --upgrade pip
133
131
python -m pip install -r requirements.txt
Original file line number Diff line number Diff line change @@ -104,9 +104,8 @@ jobs:
104
104
# python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
105
105
python -m pip install paddlepaddle-gpu==3.0.0.dev20250729 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
106
106
107
- pip config set global.index-url http://pip.baidu.com/root/baidu/+simple/
108
- pip config set install.trusted-host pip.baidu.com
109
- pip config set global.extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
107
+ pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
108
+
110
109
python -m pip install ${fastdeploy_wheel_url}
111
110
112
111
wget https://paddle-qa.bj.bcebos.com/zhengtianyu/tools/llm-deploy-linux-amd64
Original file line number Diff line number Diff line change 96
96
# python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
97
97
python -m pip install paddlepaddle-gpu==3.0.0.dev20250729 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
98
98
99
- pip config set global.index-url http://pip.baidu.com/root/baidu/+simple/
100
- pip config set install.trusted-host pip.baidu.com
101
- pip config set global.extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
99
+ pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
100
+
102
101
103
102
python -m pip install coverage
104
103
python -m pip install diff-cover
You can’t perform that action at this time.
0 commit comments