forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI]add genai-perf benchmark in nightly benchmark (vllm-project#10704)
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com> Signed-off-by: Linkun Chen <github@lkchen.net>
- Loading branch information
1 parent
831e359
commit 5d5aea9
Showing
4 changed files
with
196 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[ | ||
{ | ||
"test_name": "llama8B_tp1_genai_perf", | ||
"qps_list": [4,8,16,32], | ||
"common_parameters": { | ||
"model": "meta-llama/Meta-Llama-3-8B-Instruct", | ||
"tp": 1, | ||
"port": 8000, | ||
"num_prompts": 500, | ||
"reuse_server": false | ||
}, | ||
"vllm_server_parameters": { | ||
"disable_log_stats": "", | ||
"disable_log_requests": "", | ||
"gpu_memory_utilization": 0.9, | ||
"num_scheduler_steps": 10, | ||
"max_num_seqs": 512, | ||
"dtype": "bfloat16" | ||
}, | ||
"genai_perf_input_parameters": { | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.