Skip to content

Commit

Permalink
fix param
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgjs committed Jan 11, 2024
1 parent 2329f66 commit 93922a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azureml/eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ command: >
--model-path ${{inputs.model_path}}
--sys-id ${{inputs.sys_id}}
--instruc-id ${{inputs.instruc_id}}
--do_sample=${{inputs.do_sample}}
--param do_sample=${{inputs.do_sample}}
--param temperature=${{inputs.temperature}}
--param top_k=${{inputs.top_k}}
--param top_p=${{inputs.top_p}}
Expand Down
2 changes: 1 addition & 1 deletion azureml/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ command: >
--output ./outputs/output.txt
--sys-id ${{inputs.sys_id}}
--instruc-id ${{inputs.instruc_id}}
--do_sample=${{inputs.do_sample}}
--param do_sample=${{inputs.do_sample}}
--param temperature=${{inputs.temperature}}
--param top_k=${{inputs.top_k}}
--param top_p=${{inputs.top_p}}
Expand Down

0 comments on commit 93922a9

Please sign in to comment.