File tree Expand file tree Collapse file tree 9 files changed +13
-9
lines changed Expand file tree Collapse file tree 9 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 45
45
REPO_NAME="${FULL_REPO##*/}"
46
46
BASE_BRANCH="${{ github.base_ref }}"
47
47
docker pull ${docker_image}
48
+
48
49
# Clean the repository directory before starting
49
50
docker run --rm --net=host -v $(pwd):/workspace -w /workspace \
50
51
-e "REPO_NAME=${REPO_NAME}" \
@@ -140,7 +141,7 @@ jobs:
140
141
-v "${CACHE_DIR}/ConfigDir:/root/.config" \
141
142
-e TZ="Asia/Shanghai" \
142
143
--gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -xc '
143
- python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly /cu126/
144
+ python -m pip install paddlepaddle-gpu==3.1.1 -i https://www.paddlepaddle.org.cn/packages/stable /cu126/
144
145
145
146
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
146
147
Original file line number Diff line number Diff line change 45
45
REPO_NAME="${FULL_REPO##*/}"
46
46
BASE_BRANCH="${{ github.base_ref }}"
47
47
docker pull ${docker_image}
48
+
48
49
# Clean the repository directory before starting
49
50
docker run --rm --net=host -v $(pwd):/workspace -w /workspace \
50
51
-e "REPO_NAME=${REPO_NAME}" \
@@ -140,7 +141,7 @@ jobs:
140
141
-v "${CACHE_DIR}/ConfigDir:/root/.config" \
141
142
-e TZ="Asia/Shanghai" \
142
143
--gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -xc '
143
- python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly /cu126/
144
+ python -m pip install paddlepaddle-gpu==3.1.1 -i https://www.paddlepaddle.org.cn/packages/stable /cu126/
144
145
145
146
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
146
147
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148
148
elif [[ "${PADDLEVERSION}" != "" ]];then
149
149
python -m pip install paddlepaddle-gpu==${PADDLEVERSION} -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
150
150
else
151
- python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly /cu126/
151
+ python -m pip install paddlepaddle-gpu==3.1.1 -i https://www.paddlepaddle.org.cn/packages/stable /cu126/
152
152
fi
153
153
154
154
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
-v "${CACHE_DIR}/ConfigDir:/root/.config" \
131
131
-e TZ="Asia/Shanghai" \
132
132
--gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -xc '
133
- python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly /cu126/
133
+ python -m pip install paddlepaddle-gpu==3.1.1 -i https://www.paddlepaddle.org.cn/packages/stable /cu126/
134
134
135
135
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
136
136
Original file line number Diff line number Diff line change 47
47
REPO_NAME="${FULL_REPO##*/}"
48
48
BASE_BRANCH="${{ github.base_ref }}"
49
49
docker pull ${docker_image}
50
+
50
51
# Clean the repository directory before starting
51
52
docker run --rm --net=host -v $(pwd):/workspace -w /workspace \
52
53
-e "REPO_NAME=${REPO_NAME}" \
@@ -139,7 +140,7 @@ jobs:
139
140
--gpus "\"device=${DEVICES}\"" ${docker_image} /bin/bash -c '
140
141
git config --global --add safe.directory /workspace/FastDeploy
141
142
cd FastDeploy
142
- python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly /cu126/
143
+ python -m pip install paddlepaddle-gpu==3.1.1 -i https://www.paddlepaddle.org.cn/packages/stable /cu126/
143
144
python -m pip install ${fd_wheel_url}
144
145
bash scripts/run_pre_ce.sh
145
146
'
Original file line number Diff line number Diff line change 45
45
REPO_NAME="${FULL_REPO##*/}"
46
46
BASE_BRANCH="${{ github.base_ref }}"
47
47
docker pull ${docker_image}
48
+
48
49
# Clean the repository directory before starting
49
50
docker run --rm --net=host -v $(pwd):/workspace -w /workspace \
50
51
-e "REPO_NAME=${REPO_NAME}" \
@@ -146,7 +147,7 @@ jobs:
146
147
-v "${CACHE_DIR}/ConfigDir:/root/.config" \
147
148
-e TZ="Asia/Shanghai" \
148
149
--gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -xc '
149
- python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly /cu126/
150
+ python -m pip install paddlepaddle-gpu==3.1.1 -i https://www.paddlepaddle.org.cn/packages/stable /cu126/
150
151
151
152
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
152
153
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165
165
git config --global --add safe.directory /workspace/FastDeploy
166
166
cd FastDeploy
167
167
git diff origin/${BASE_REF}..HEAD --unified=0 > diff.txt
168
- python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly /cu126/
168
+ python -m pip install paddlepaddle-gpu==3.1.1 -i https://www.paddlepaddle.org.cn/packages/stable /cu126/
169
169
pip config set global.extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
170
170
171
171
python -m pip install coverage
Original file line number Diff line number Diff line change 10
10
pynvml
11
11
uvicorn == 0.29.0
12
12
fastapi
13
- paddleformers >= 0.1.4
13
+ paddleformers @ https://paddle-qa.bj.bcebos.com/FastDeploy/paddleformers- 0.1.2.post20250902-py3-none-any.whl
14
14
redis
15
15
etcd3
16
16
httpx
Original file line number Diff line number Diff line change 17
17
18
18
git config --global --add safe.directory /workspace1/FastDeploy
19
19
20
- python -m pip install --force-reinstall --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly /cu126/
20
+ python -m pip install paddlepaddle-gpu==3.1.1 -i https://www.paddlepaddle.org.cn/packages/stable /cu126/
21
21
python -m pip install --upgrade --force-reinstall -r requirements/unittest/requirements.txt
22
22
python -m pip install xgrammar==0.1.19 torch==2.6.0
23
23
bash tools/build_wheel.sh
You can’t perform that action at this time.
0 commit comments