@@ -263,19 +263,19 @@ 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
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
279279
280280 export TEMPLATE=TOKEN_NORMAL
281281 curl -X POST http://0.0.0.0:${FLASK_PORT}/switch \
0 commit comments