Skip to content

Commit

Permalink
refactor: update file path directory
Browse files Browse the repository at this point in the history
  • Loading branch information
anujsinha3 committed Feb 6, 2024
1 parent aaded9c commit 6faff60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azureml/eval_prompts.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json
command: >
python -m autora.doc.pipelines.main eval-prompts
${{inputs.data_dir}}/{{data_file}}
${{inputs.prompts_dir}}/{{prompts_file}}
${{inputs.data_dir}}/${{inputs.data_file}}
${{inputs.prompts_dir}}/${{inputs.prompts_file}}
--model-path ${{inputs.model_path}}
--param do_sample=${{inputs.do_sample}}
--param temperature=${{inputs.temperature}}
Expand Down

0 comments on commit 6faff60

Please sign in to comment.