[CI] Add benchmark workflows (#1014)

### What this PR does / why we need it?

Add benchmark workflows

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Run locally

---------

Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
Li Wang
2025-05-30 22:42:44 +08:00
committed by GitHub
parent 5a1689fc64
commit d9fb027068
5 changed files with 217 additions and 31 deletions

View File

@@ -1,20 +1,21 @@
[
{
"test_name": "latency_llama8B_tp1",
"test_name": "latency_qwen2_5vl_7B_tp1",
"parameters": {
"model": "LLM-Research/Meta-Llama-3.1-8B-Instruct",
"model": "Qwen/Qwen2.5-VL-7B-Instruct",
"tensor_parallel_size": 1,
"load_format": "dummy",
"max_model_len": 16384,
"num_iters_warmup": 5,
"num_iters": 15
}
},
{
"test_name": "latency_qwen2_5_7B_tp1",
"test_name": "latency_qwen3_8B_tp1",
"parameters": {
"model": "Qwen/Qwen2.5-7B-Instruct",
"model": "Qwen/Qwen3-8B",
"tensor_parallel_size": 1,
"load_format": "dummy",
"max_model_len": 16384,
"num_iters_warmup": 5,
"num_iters": 15
}