File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json
22command : >
33 python -m autora.doc.pipelines.main eval-prompts
44 ${{inputs.data_dir}}/{{data_file}}
5- ${{inputs.data_dir }}/{{prompts_file}}
5+ ${{inputs.prompts_dir }}/{{prompts_file}}
66 --model-path ${{inputs.model_path}}
77 --param do_sample=${{inputs.do_sample}}
88 --param temperature=${{inputs.temperature}}
@@ -13,6 +13,9 @@ inputs:
1313 data_dir :
1414 type : uri_folder
1515 path : azureml://datastores/workspaceblobstore/paths/data/sweetpea/
16+ prompts_dir :
17+ type : uri_folder
18+ path : azureml://datastores/workspaceblobstore/paths/data/autora/prompts/
1619 # Currently models are loading faster directly from HuggingFace vs Azure Blob Storage
1720 # model_dir:
1821 # type: uri_folder
You can’t perform that action at this time.
0 commit comments