Skip to content

Commit 78cac2e

Browse files
committed
remove automatic runtime
1 parent 1a027c5 commit 78cac2e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

articles/machine-learning/prompt-flow/migrate-managed-inference-runtime.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ If the existing managed online endpoint/deployment runtime is used by yourself a
2626
- Create compute instance yourself or ask the workspace admin to create one for you. To learn more, see [Create and manage an Azure Machine Learning compute instance](../how-to-create-compute-instance.md).
2727
- Using the compute instance to create a runtime. You can reuse the custom environment of the existing managed online endpoint/deployment runtime. To learn more, see [Customize environment for runtime](how-to-customize-environment-runtime.md).
2828

29-
## Migrate to automatic runtime
30-
31-
If the existing managed online endpoint/deployment runtime is shared with other users, you must create a compute instance runtime for everyone. You can also try the new automatic runtime, which can be used in every workspace.
32-
33-
When using the automatic runtime, you don't need to explicitly manage compute resource and environment. Each flow can specify python dependency in `requirements.txt` in `flow.dag.yaml`. You can also change the instance type when submitting the flow. Prompt flow will try its best to reuse the compute session if it requires the same instance type and python dependency.
34-
35-
If the compute resource is idle for 30 minutes, it will automatically clean up. Other users can reuse the compute resource.
36-
3729
## Next steps
3830

3931
- [Customize environment for runtime](how-to-customize-environment-runtime.md)

0 commit comments

Comments
 (0)