Skip to content

Commit ae3716e

Browse files
authored
[BE] Update vllm-benchmark parameter descriptions (#47)
* [no ci] Update parameter description to support release and pull request checks Signed-off-by: Huy Do <huydhn@gmail.com> * Minor tweak Signed-off-by: Huy Do <huydhn@gmail.com> * [no ci] Another tweak Signed-off-by: Huy Do <huydhn@gmail.com> --------- Signed-off-by: Huy Do <huydhn@gmail.com>
1 parent 4e34d94 commit ae3716e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/vllm-benchmark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ on:
77
workflow_dispatch:
88
inputs:
99
vllm_branch:
10-
description: vLLM branch
10+
description: vLLM branch (main, releases/vERSION for release validation, or refs/pull/PR_NUMBER/head for pre-merge check on pull request)
1111
required: true
1212
type: string
1313
default: main
1414
vllm_commit:
15-
description: vLLM commit
15+
description: vLLM commit (optional, default to the latest commit in the branch that has not yet been benchmarked)
1616
required: false
1717
type: string
1818
models:
1919
description: |
20-
A comma-separated list of models to benchmark, leave empty to run everything
20+
A comma-separated list of models from vllm-benchmarks/benchmarks (optional, default to run everything)
2121
required: false
2222
type: string
2323
runners:
2424
description: |
25-
A comma-separated list of runners to run the benchmark, i.e. h100, mi300, spr, emr
25+
A comma-separated list of runners from .github/scripts/generate_vllm_benchmark_matrix.py to run the benchmark (optional, default to run everything)
2626
required: true
2727
type: string
2828
default: h100,mi300,spr

0 commit comments

Comments
 (0)