Skip to content

Commit b689592

Browse files
committed
refactor: update prompts directory path
1 parent 1eb7333 commit b689592

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azureml/eval_prompts.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json
22
command: >
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

0 commit comments

Comments
 (0)