Skip to content

Commit ff2eba1

Browse files
authored
[CI] Temporarily disable fp8_cases in base_tests (#5963)
* [CI] Temporarily disable fp8_cases in base_tests
1 parent 5218d40 commit ff2eba1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/_base_test.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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" \

0 commit comments

Comments
 (0)