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/machine-learning/prompt-flow/how-to-create-manage-runtime.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Automatic is the default option for a runtime. You can start an automatic runtim
65
65
- Customize the idle time, which saves code by deleting the runtime automatically if it isn't in use.
66
66
- Set the user-assigned managed identity. The automatic runtime uses this identity to pull a base image and install packages. Make sure that the user-assigned managed identity has Azure Container Registry pull permission.
67
67
68
-
If you don't set this identity, you use the user identity by default. [Learn more about how to create and update user-assigned identities for a workspace](../how-to-identity-based-service-authentication.md#to-create-a-workspace-with-multiple-user-assigned-identities-use-one-of-the-following-methods).
68
+
If you don't set this identity, we use the user identity by default. [Learn more about how to create and update user-assigned identities for a workspace](../how-to-identity-based-service-authentication.md#to-create-a-workspace-with-multiple-user-assigned-identities-use-one-of-the-following-methods).
69
69
70
70
:::image type="content" source="./media/how-to-create-manage-runtime/runtime-creation-automatic-settings.png" alt-text="Screenshot of prompt flow with advanced settings for starting an automatic runtime on a flow page." lightbox = "./media/how-to-create-manage-runtime/runtime-creation-automatic-settings.png":::
Copy file name to clipboardExpand all lines: articles/machine-learning/prompt-flow/tools-reference/troubleshoot-guidance.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,15 +65,15 @@ Prompt flow relies on a file share storage to store a snapshot of the flow. If t
65
65
:::image type="content" source="../media/faq/flow-missing.png" alt-text="Screenshot that shows a flow missing an authoring page." lightbox = "../media/faq/flow-missing.png":::
66
66
67
67
There are possible reasons for this issue:
68
-
- If you disabled public access to storage account, then you need have access to storage account either add you IP to the storage Firewall or add access studio through the virtual network which have private endpoint to the storage account.
68
+
- If public access to your storage account is disabled, you must ensure access by either adding your IP to the storage firewall or enabling access through a virtual network that has a private endpoint connected to the storage account.
69
69
70
70
:::image type="content" source="../media/faq/storage-account-networking-firewall.png" alt-text="Screenshot that shows firewall setting on storage account." lightbox = "../media/faq/storage-account-networking-firewall.png":::
71
71
72
72
- There are some cases, the account key in data store is out of sync with the storage account, you can try to update the account key in data store detail page to fix this.
73
73
74
74
:::image type="content" source="../media/faq/datastore-with-wrong-account-key.png" alt-text="Screenshot that shows datastore with wrong account key." lightbox = "../media/faq/datastore-with-wrong-account-key.png":::
75
75
76
-
- If you are using AI studio, the storage account need set CORS to allow AI studio access the storage account, otherwise, you will see the flow missing issue. You can add following CORS settings to the storage account to fix this issue.
76
+
- If you're using AI studio, the storage account needs set CORS to allow AI studio access the storage account, otherwise, you'll see the flow missing issue. You can add following CORS settings to the storage account to fix this issue.
77
77
- Go to storage account page, select `Resource sharing (CORS)` under `settings`, and select to `File service` tab.
- Allowed methods: `DELETE, GET, HEAD, POST, OPTIONS, PUT`
@@ -92,7 +92,7 @@ First, go to the compute instance terminal and run `docker ps` to find the root
92
92
93
93
Use `docker images` to check if the image was pulled successfully. If your image was pulled successfully, check if the Docker container is running. If it's already running, locate this runtime. It attempts to restart the runtime and compute instance.
94
94
95
-
If you are using compute instance runtime AI studio, this is not scenario currently supported, please try use automatic runtime instead, [Switch compute instance runtime to automatic runtime](../how-to-create-manage-runtime.md#switch-compute-instance-runtime-to-automatic-runtime-preview).
95
+
If you're using compute instance runtime AI studio, this isn't scenario currently supported, please try use automatic runtime instead, [Switch compute instance runtime to automatic runtime](../how-to-create-manage-runtime.md#switch-compute-instance-runtime-to-automatic-runtime-preview).
96
96
97
97
### Run failed because of "No module named XXX"
98
98
@@ -113,7 +113,7 @@ You might experience timeout issues.
113
113
114
114
:::image type="content" source="../media/how-to-create-manage-runtime/ci-runtime-request-timeout.png" alt-text="Screenshot that shows a compute instance runtime timeout error in the studio UI." lightbox = "../media/how-to-create-manage-runtime/ci-runtime-request-timeout.png":::
115
115
116
-
The error in the example says "UserError: Invoking runtime gega-ci timeout, error message: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing."
116
+
The error in the example says "UserError: Invoking runtime gega-ci timeout, error message: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing."
117
117
118
118
### Identify which node consumes the most time
119
119
@@ -127,7 +127,7 @@ The error in the example says "UserError: Invoking runtime gega-ci timeout, erro
127
127
128
128
-**Case 1:** Python script node runs for a long time.
129
129
130
-
:::image type="content" source="../media/how-to-create-manage-runtime/runtime-timeout-running-for-long-time.png" alt-text="Screenshot that shows a timeout run log in the studio UI." lightbox = "../media/how-to-create-manage-runtime/runtime-timeout-running-for-long-time.png":::
130
+
:::image type="content" source="../media/how-to-create-manage-runtime/runtime-timeout-running-for-long-time.png" alt-text="Screenshot that shows a timeout run sign in the studio UI." lightbox = "../media/how-to-create-manage-runtime/runtime-timeout-running-for-long-time.png":::
131
131
132
132
In this case, you can find that `PythonScriptNode` was running for a long time (almost 300 seconds). Then you can check the node details to see what's the problem.
133
133
@@ -145,7 +145,7 @@ The error in the example says "UserError: Invoking runtime gega-ci timeout, erro
145
145
146
146
1. If you can't find anything in runtime logs to indicate it's a specific node issue:
147
147
148
-
- Contact the prompt flow team ([promptflow-eng](mailto:[email protected])) with the runtime logs. We'll try to identify the root cause.
148
+
- Contact the prompt flow team ([promptflow-eng](mailto:[email protected])) with the runtime logs. We try to identify the root cause.
149
149
150
150
### Find the compute instance runtime log for further investigation
151
151
@@ -185,7 +185,7 @@ Follow these steps to find Python packages installed in compute instance runtime
185
185
186
186
### How to find the raw inputs and outputs of in LLM tool for further investigation?
187
187
188
-
In prompt flow, on flow page with successful run and run detail page, you can find the raw inputs and outputs of LLM tool in the output section. Click the `view full output` button to view full output.
188
+
In prompt flow, on flow page with successful run and run detail page, you can find the raw inputs and outputs of LLM tool in the output section. Select the `view full output` button to view full output.
189
189
190
190
:::image type="content" source="../media/faq/view-full-output.png" alt-text="Screenshot that shows view full output on LLM node." lightbox ="../media/faq/view-full-output.png":::
0 commit comments