Skip to content

Commit fd76eb2

Browse files
Merge pull request #265403 from cloga/lochen-automatic-runtime-update
Lochen automatic runtime update
2 parents 9049a05 + ffd0e4a commit fd76eb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/machine-learning/prompt-flow/how-to-create-manage-runtime.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ Submit this run via CLI:
157157
pfazure run create --file run.yml
158158
```
159159

160+
---
161+
160162
# [Python SDK](#tab/python)
161163

162164
```python
@@ -185,6 +187,8 @@ print(base_run)
185187

186188
Learn full end to end code first example: [Integrate prompt flow with LLM-based application DevOps](./how-to-integrate-with-llm-app-devops.md)
187189

190+
---
191+
188192
### Reference files outside of the flow folder - automatic runtime only
189193
Sometimes, you might want to reference a `requirements.txt` file that is outside of the flow folder. For example, you might have complex project that includes multiple flows, and they share the same `requirements.txt` file. To do this, You can add this field `additional_includes` into the `flow.dag.yaml`. The value of this field is a list of the relative file/folder path to the flow folder. For example, if requirements.txt is in the parent folder of the flow folder, you can add `../requirements.txt` to the `additional_includes` field.
190194

0 commit comments

Comments
 (0)