File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -263,20 +263,6 @@ jobs:
263263 export TEMPLATE=TOKEN_NORMAL
264264 python -m pytest -sv test_seed_usage.py -k "not test_seed_stream" || TEST_EXIT_CODE=1
265265
266- curl -X POST http://0.0.0.0:${FLASK_PORT}/switch \
267- -H "Content-Type: application/json" \
268- -d "{\"--model\": \"/MODELDATA/ernie-4_5-21b-a3b-bf16-paddle\", \"--config\": \"ernie45t_21b_sot_fp8.yaml\", \"--enable-logprob\": \"False\"}"
269- check_service 360
270- export TEMPLATE=TOKEN_NORMAL
271- python -m pytest -sv test_seed_usage.py -k "not test_seed_stream" || TEST_EXIT_CODE=1
272-
273- curl -X POST http://0.0.0.0:${FLASK_PORT}/switch \
274- -H "Content-Type: application/json" \
275- -d "{\"--model\": \"/MODELDATA/ernie-4_5-21b-a3b-bf16-paddle\", \"--config\": \"ernie45t_21b_cinn_fp8.yaml\", \"--enable-logprob\": \"False\"}"
276- check_service 360
277- export TEMPLATE=TOKEN_NORMAL
278- python -m pytest -sv test_seed_usage.py -k "not test_seed_stream" || TEST_EXIT_CODE=1
279-
280266 export TEMPLATE=TOKEN_NORMAL
281267 curl -X POST http://0.0.0.0:${FLASK_PORT}/switch \
282268 -H "Content-Type: application/json" \
You can’t perform that action at this time.
0 commit comments