File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments