Skip to content

Commit 19ad62e

Browse files
committed
fix
1 parent 067dbca commit 19ad62e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/_base_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ jobs:
131131
pushd test/ce/deploy
132132
python3.10 deploy.py > dd.log 2>&1 &
133133
sleep 3
134+
curl -X POST http://0.0.0.0:${FLASK_PORT}/start \
135+
-H "Content-Type: application/json" \
136+
-d "{\"--model\": \"/MODELDATA/ERNIE-4.5-0.3B-Paddle\"}"
137+
138+
curl -X POST http://localhost:${FLASK_PORT}/wait_for_infer?timeout=90
134139
popd
135140
136141
pushd test/ce/server

0 commit comments

Comments
 (0)