Skip to content

Commit 1e8188d

Browse files
committed
add release test for pixtral
Signed-off-by: Linkun Chen <github@lkchen.net>
1 parent 230a321 commit 1e8188d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

release/release_tests.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4166,3 +4166,22 @@
41664166
script: >
41674167
python run_vision_language_model.py
41684168
--tp-size 1 --concurrency 1 --vllm-use-v1
4169+
4170+
- name: llm_batch_vllm_v1_pixtral_tp2dp2
4171+
frequency: nightly
4172+
python: "3.11"
4173+
group: llm-batch
4174+
team: llm
4175+
working_dir: llm_tests/batch
4176+
4177+
cluster:
4178+
byod:
4179+
type: llm-cu124
4180+
cluster_compute: llm_4xl4.yaml
4181+
4182+
run:
4183+
timeout: 3600
4184+
script: >
4185+
python run_vision_language_model.py
4186+
--model-source mistral-community/pixtral-12b
4187+
--tp-size 2 --concurrency 2 --vllm-use-v1

0 commit comments

Comments
 (0)