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

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-redhat committed Jun 23, 2024
1 parent 441d718 commit e537aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nm-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
python: ${{ inputs.python }}
whl: ${{ needs.BUILD.outputs.whl }}
lm_eval_configuration: ${{ inputs.lm_eval_configuration }}
tensor_parallel_size: 1
lm_eval_tensor_parallel_size: 1
secrets: inherit

LM-EVAL-MULTI:
Expand All @@ -178,5 +178,5 @@ jobs:
python: ${{ inputs.python }}
whl: ${{ needs.BUILD.outputs.whl }}
lm_eval_configuration: ${{ inputs.lm_eval_configuration }}
tensor_parallel_size: ${{ inputs.lm_eval_tensor_parallel_size }}
lm_eval_tensor_parallel_size: ${{ inputs.lm_eval_tensor_parallel_size }}
secrets: inherit

0 comments on commit e537aef

Please sign in to comment.