### What this PR does / why we need it? - Run benchmark scripts will Download model from modelscope Signed-off-by: wangli <wangli858794774@gmail.com>
15 lines
322 B
JSON
15 lines
322 B
JSON
[
|
|
{
|
|
"test_name": "throughput_llama8B_tp1",
|
|
"parameters": {
|
|
"model": "LLM-Research/Meta-Llama-3.1-8B-Instruct",
|
|
"tensor_parallel_size": 1,
|
|
"load_format": "dummy",
|
|
"dataset_path": "./ShareGPT_V3_unfiltered_cleaned_split.json",
|
|
"num_prompts": 200,
|
|
"backend": "vllm"
|
|
}
|
|
}
|
|
]
|
|
|