You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/create-manage-runtime.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,8 @@ To create a prompt flow runtime in Azure AI Studio:
94
94
### Update automatic runtime in flow page
95
95
96
96
You can manage automatic runtime in the flow page. Here are options you can use:
97
-
-** Install packages** triggers the `pip install -r requirements.txt` in the flow folder. It takes minutes depends on the packages you install.
97
+
98
+
-**Install packages** triggers the `pip install -r requirements.txt` in the flow folder. It takes minutes depending on the packages you install.
98
99
-**Reset** deletes the current runtime and creates a new one with the same environment. If you encounter package conflict issue, you can try this option.
99
100
-**Edit** opens the runtime config page where you can define the VM side and idle time for the runtime.
100
101
-**Stop** deletes the current runtime. If there's no active runtime on the underlining compute, the compute resource will also be deleted.
0 commit comments