Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Fix input param names
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Jul 2, 2024
1 parent 2e777d9 commit 0661f10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nm-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ jobs:
vllm_benchmark_jsons_path: benchmark-results
output_directory: gh-action-benchmark-jsons
# Metrics that are "better" when the value is greater are stored here
bigger_is_better_output_file_path: bigger_is_better.json
bigger_is_better_output_filename: bigger_is_better.json
# Metrics that are "better" when the value is smaller are stored here
smaller_is_better_output_file_path: smaller_is_better.json
smaller_is_better_output_filename: smaller_is_better.json
# Metrics that we only want to observe are stored here
observation_metrics_output_file_path: observation_metrics.json
observation_metrics_output_filename: observation_metrics.json
python: ${{ inputs.python }}
venv:

Expand Down

0 comments on commit 0661f10

Please sign in to comment.