Skip to content

Commit

Permalink
Merge pull request #11 from lordlinus/sunil-pr-branch02
Browse files Browse the repository at this point in the history
update requirements and runtime for deployment
  • Loading branch information
setuc committed Oct 18, 2023
2 parents b9d5624 + 0db7550 commit c12d444
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions promptflow/web-classification/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
promptflow[azure]
promptflow-tools
bs4
promptflow-vectordb
azure-ai-ml
2 changes: 1 addition & 1 deletion promptflow/web-classification/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ flow: .
data: data.jsonl

# define cloud resource
runtime: <runtime-name>
runtime: automatic

connections:
classify_with_llm:
Expand Down
2 changes: 1 addition & 1 deletion promptflow/web-classification/run_evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ column_mapping:
prediction: ${run.outputs.category}

# define cloud resource
runtime: <runtime-name>
runtime: automatic

connections:
classify_with_llm:
Expand Down

0 comments on commit c12d444

Please sign in to comment.