Skip to content

Commit f97b65b

Browse files
committed
[CI] Temporarily disable fp8_cases in base_tests
1 parent 5218d40 commit f97b65b

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/_base_test.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)