File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,8 @@ jobs:
145145 --gpus "\"device=${DEVICES}\"" ${docker_image} /bin/bash -c '
146146 git config --global --add safe.directory /workspace/FastDeploy
147147 cd FastDeploy
148- python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
148+ # python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
149+ python -m pip install paddlepaddle-gpu==3.3.0.dev20251012 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
149150 python -m pip install ${fd_wheel_url}
150151 bash scripts/run_pre_ce.sh
151152 '
Original file line number Diff line number Diff line change @@ -168,7 +168,8 @@ jobs:
168168 git config --global --add safe.directory /workspace/FastDeploy
169169 cd FastDeploy
170170 git diff origin/${BASE_REF}..HEAD --unified=0 > diff.txt
171- python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
171+ # python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
172+ python -m pip install paddlepaddle-gpu==3.3.0.dev20251012 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
172173 pip config set global.extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
173174
174175 python -m pip install -r scripts/unittest_requirement.txt
Original file line number Diff line number Diff line change 1717
1818git config --global --add safe.directory /workspace1/FastDeploy
1919
20- python -m pip install --force-reinstall --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
20+ # python -m pip install --force-reinstall --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
21+ python -m pip install --force-reinstall paddlepaddle-gpu==3.3.0.dev20251012 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
2122python -m pip install --upgrade --force-reinstall -r requirements/unittest/requirements.txt
2223python -m pip install xgrammar==0.1.19 torch==2.6.0
2324bash tools/build_wheel.sh
You can’t perform that action at this time.
0 commit comments