Skip to content

Commit 6f01a8e

Browse files
authored
Merge pull request #251867 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 5008821 + d2fcc7e commit 6f01a8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/aks/gpu-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ You can deploy a DaemonSet for the NVIDIA device plugin, which runs a pod on eac
188188
value: "gpu"
189189
effect: "NoSchedule"
190190
containers:
191-
- image: mcr.microsoft.com/oss/nvidia/k8s-device-plugin:1.11
191+
- image: mcr.microsoft.com/oss/nvidia/k8s-device-plugin:v0.14.1
192192
name: nvidia-device-plugin-ctr
193193
securityContext:
194194
allowPrivilegeEscalation: false

articles/machine-learning/prompt-flow/tools-reference/troubleshoot-guidance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To resolve the issue, you have two options:
4444
- Remove the old tool and re-create a new tool.
4545

4646
## Why I can't create or upgrade my flow when I disable public network access of storage account?
47-
Prompt flow relies on fileshare to store snapshot of flow. Prompt flow didn't support private storage account now. Here are some workarounds you can try:
47+
Prompt flow relies on fileshare to store snapshot of flow. Prompt flow currently doesn't support private storage account. Here are some workarounds you can try:
4848
- Make the storage account as public access enabled if there's no security concern.
4949
- If you're only using UI to authoring prompt flow, you can add following flights (flight=PromptFlowCodeFirst=false) to use our old UI.
5050
- You can use our CLI/SDK to authoring prompt flow, CLI/SDK authoring didn't rely on fileshare. See [Integrate Prompt Flow with LLM-based application DevOps ](../how-to-integrate-with-llm-app-devops.md).
@@ -131,4 +131,4 @@ Go to the compute instance terminal and run `docker logs -<runtime_container_na
131131

132132
:::image type="content" source="../media/how-to-create-manage-runtime/ci-flow-clone-others.png" alt-text="Screenshot of don't have access error on the flow page. " lightbox = "../media/how-to-create-manage-runtime/ci-flow-clone-others.png":::
133133

134-
It's because you're cloning a flow from others that is using compute instance as runtime. As compute instance runtime is user isolated, you need to create your own compute instance runtime or select a managed online deployment/endpoint runtime, which can be shared with others.
134+
It's because you're cloning a flow from others that is using compute instance as runtime. As compute instance runtime is user isolated, you need to create your own compute instance runtime or select a managed online deployment/endpoint runtime, which can be shared with others.

0 commit comments

Comments
 (0)