Skip to content

Commit f69c9cd

Browse files
authored
[CI] Remove redundant .coveragerc file (#4521)
1 parent 3b58310 commit f69c9cd

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/workflows/_accuracy_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,12 @@ jobs:
155155
./llm-deploy-linux-amd64 -python python3.10 \
156156
-model_name ERNIE-4.5-0.3B-Paddle \
157157
-model_path /MODELDATA \
158-
--skip install
158+
--skip install,model
159159
160160
git config --global --add safe.directory /workspace/FastDeploy
161161
cd FastDeploy
162162
pushd tests/ce/deploy
163+
ps -ef | grep "${FD_CACHE_QUEUE_PORT}" | grep -v grep | awk "{print \$2}" | xargs -r kill -9
163164
ps -ef | grep "${FD_ENGINE_QUEUE_PORT}" | grep -v grep | awk "{print \$2}" | xargs -r kill -9
164165
python3.10 deploy.py > dd.log 2>&1 &
165166
sleep 3

.github/workflows/_base_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
./llm-deploy-linux-amd64 -python python3.10 \
156156
-model_name ERNIE-4.5-0.3B-Paddle \
157157
-model_path /MODELDATA \
158-
--skip install
158+
--skip install,model
159159
160160
git config --global --add safe.directory /workspace/FastDeploy
161161
cd FastDeploy

.github/workflows/_logprob_test_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
./llm-deploy-linux-amd64 -python python3.10 \
146146
-model_name ERNIE-4.5-0.3B-Paddle \
147147
-model_path /MODELDATA \
148-
--skip install
148+
--skip install,model
149149
150150
cd PaddleTest/framework/ServeTest
151151
ps -ef | grep "${FD_CACHE_QUEUE_PORT}" | grep -v grep | awk "{print \$2}" | xargs -r kill -9

scripts/.coveragerc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ omit =
1818
*/site-packages/setuptools/*
1919
*/dist-packages/*
2020
*/site-packages/*/fastdeploy/model_executor/ops/gpu*
21+
*/fastdeploy/benchmarks/lib/endpoint_request_func.py
22+
*/fastdeploy/model_executor/graph_optimization/utils.py
23+
*/fastdeploy/model_executor/ops/gpu/fastdeploy_ops.py
24+
*/fastdeploy/model_executor/ops/gpu/deep_gemm/utils.py

0 commit comments

Comments
 (0)