Skip to content

Commit

Permalink
Add description to workflow_call
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgk committed Apr 18, 2024
1 parent a2ff986 commit 071d920
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/instant_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,20 @@ on:
workflow_call:
inputs:
running_template:
description: 'A json file that contains benchmark plans'
required: true
type: string
instance:
description: 'Instance used for benchmark'
required: true
type: string
container:
description: 'The container used to run benchmark (overrides the template). Should be a full docker path such as deepjavalibrary/djl-serving:0.27.0-deepspeed'
required: false
type: string
default: ''
record:
description: 'Whether to record the results'
required: false
type: string
default: 'none'
Expand Down

0 comments on commit 071d920

Please sign in to comment.