Skip to content

Commit 0009d74

Browse files
committed
Refreshes what-is-foundry-local.md, other minor fixes across all refreshes
1 parent 9f5a570 commit 0009d74

13 files changed

+37
-27
lines changed

articles/ai-foundry/foundry-local/concepts/foundry-local-architecture.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ms.reviewer: samkemp
1111
author: jonburchel
1212
reviewer: samuel100
1313
ms.date: 10/01/2025
14+
ai-usage: ai-assisted
1415
---
1516

1617
# Foundry Local architecture

articles/ai-foundry/foundry-local/get-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ keywords:
1818
- cognitive
1919
- AI models
2020
- local inference
21+
ai-usage: ai-assisted
2122
# customer intent: As a developer, I want to get started with Foundry Local so that I can run AI models locally.
2223
---
2324

articles/ai-foundry/foundry-local/how-to/how-to-compile-hugging-face-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ After you finish using the custom model, reset the model cache to the default di
301301
foundry cache cd ./foundry/cache/models
302302
```
303303

304-
## Next steps
304+
## Related content
305305

306306
- [Olive documentation](https://microsoft.github.io/Olive/)
307307
- [Integrate inferencing SDKs with Foundry Local](how-to-integrate-with-inference-sdks.md)

articles/ai-foundry/foundry-local/how-to/how-to-integrate-with-inference-sdks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.date: 10/01/2025
1212
zone_pivot_groups: foundry-local-sdk
1313
author: jonburchel
1414
reviewer: samuel100
15+
ai-usage: ai-assisted
1516
---
1617

1718
# Integrate inferencing SDKs with Foundry Local
@@ -37,7 +38,7 @@ Foundry Local integrates with inference SDKs such as OpenAI, Azure OpenAI, and L
3738
[!INCLUDE [Rust](../includes/integrate-examples/rust.md)]
3839
::: zone-end
3940

40-
## Next steps
41+
## Related content
4142

4243
- [Compile Hugging Face models to run on Foundry Local](how-to-compile-hugging-face-models.md)
4344
- [Explore the Foundry Local CLI reference](../reference/reference-cli.md)

articles/ai-foundry/foundry-local/how-to/how-to-use-langchain-with-foundry-local.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ This tutorial shows you how to build a translation app with the Foundry Local SD
3030
[!INCLUDE [JavaScript](../includes/use-langchain/javascript.md)]
3131
::: zone-end
3232

33-
34-
## Next steps
33+
## Related content
3534

3635
- Explore the [LangChain documentation](https://python.langchain.com/docs/introduction) for advanced features.
3736
- [Compile Hugging Face models to run on Foundry Local](../how-to/how-to-compile-hugging-face-models.md)

articles/ai-foundry/foundry-local/reference/reference-cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ author: jonburchel
1111
reviewer: samuel100
1212
ms.topic: concept-article
1313
ms.date: 10/01/2025
14+
ai-usage: ai-assisted
1415
---
1516

1617
# Foundry Local CLI Reference

articles/ai-foundry/foundry-local/reference/reference-rest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ author: jonburchel
1111
reviewer: samuel100
1212
ms.topic: concept-article
1313
ms.date: 10/01/2025
14+
ai-usage: ai-assisted
1415
---
1516

1617
# Foundry Local REST API Reference

articles/ai-foundry/foundry-local/reference/reference-sdk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.date: 10/01/2025
1212
zone_pivot_groups: foundry-local-sdk
1313
reviewer: maanavdalal
1414
ms.reviewer: maanavd
15+
ai-usage: ai-assisted
1516
---
1617

1718
# Foundry Local SDK reference

articles/ai-foundry/foundry-local/what-is-foundry-local.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,62 +6,63 @@ keywords: Azure AI services, cognitive
66
ms.service: azure-ai-foundry
77
ms.subservice: foundry-local
88
ms.topic: overview
9-
ms.date: 07/03/2025
9+
ms.date: 10/01/2025
1010
ms.reviewer: samkemp
1111
ms.author: jburchel
1212
author: jonburchel
1313
reviewer: samuel100
1414
ms.custom: build-2025
15+
ai-usage: ai-assisted
1516
#customer intent: As a developer, I want to understand what Azure AI Foundry Local is so that I can use it to build AI applications.
1617
---
1718

1819
# What is Foundry Local?
1920

2021
[!INCLUDE [foundry-local-preview](./includes/foundry-local-preview.md)]
2122

22-
Foundry Local is an on-device AI inference solution offering performance, privacy, customization, and cost advantages. It integrates seamlessly into your existing workflows and applications through an intuitive CLI, SDK, and REST API.
23+
Foundry Local is an on-device AI inference solution that provides performance, privacy, customization, and cost benefits. It integrates with your workflows and applications through a CLI, SDK, and REST API.
2324

2425
## Key features
2526

26-
- **On-Device Inference**: Run models locally on your own hardware, reducing your costs while keeping all your data on your device.
27+
- **On-Device inference**: Run models locally to reduce costs and keep data on your device.
2728

28-
- **Model Customization**: Select from preset models or use your own to meet specific requirements and use cases.
29+
- **Model customization**: Select a preset model or use your own to meet specific needs.
2930

30-
- **Cost Efficiency**: Eliminate recurring cloud service costs by using your existing hardware, making AI more accessible.
31+
- **Cost efficiency**: Use existing hardware to eliminate recurring cloud costs and make AI more accessible.
3132

32-
- **Seamless Integration**: Connect with your applications through an SDK, API endpoints, or the CLI, with easy scaling to Azure AI Foundry as your needs grow.
33+
- **Seamless integration**: Integrate with your apps through the SDK, API endpoints, or CLI, and scale to Azure AI Foundry as your needs grow.
3334

3435
## Use cases
3536

36-
Foundry Local is ideal for scenarios where:
37+
Foundry Local is ideal when you need to:
3738

38-
- You want to keep sensitive data on your device.
39-
- You need to operate in environments with limited or no internet connectivity.
40-
- You want to reduce cloud inference costs.
41-
- You need low-latency AI responses for real-time applications.
42-
- You want to experiment with AI models before deploying to a cloud environment.
39+
- Keep sensitive data on your device
40+
- Operate in limited or offline environments
41+
- Reduce cloud inference costs
42+
- Get low latency AI responses for real-time applications
43+
- Experiment with AI models before you deploy to the cloud
4344

44-
## Do I need an Azure subscription?
45+
## Do I need an Azure subscription
4546

46-
No - Foundry Local doesn't require an Azure subscription. It runs on your local hardware, allowing you to use your existing infrastructure without the need for cloud services.
47+
No. Foundry Local runs on your hardware, letting you use your existing infrastructure without cloud services.
4748

4849
## Frequently asked questions
4950

50-
### Do I need special drivers for NPU acceleration?
51+
### Do I need special drivers for NPU acceleration
5152

52-
Yes, depending on your NPU hardware, you need to install the appropriate drivers:
53+
Install the driver for your NPU hardware:
5354

54-
- **Intel NPU**: Install the [Intel NPU driver](https://www.intel.com/content/www/us/en/download/794734/intel-npu-driver-windows.html) to enable NPU acceleration on Windows.
55+
- Intel NPU: Install the [Intel NPU driver](https://www.intel.com/content/www/us/en/download/794734/intel-npu-driver-windows.html) to enable NPU acceleration on Windows.
5556

56-
- **Qualcomm NPU**: Install the [Qualcomm NPU driver](https://softwarecenter.qualcomm.com/catalog/item/QHND) to enable NPU acceleration. If you encounter the error `Qnn error code 5005: "Failed to load from EpContext model. qnn_backend_manager."`, this typically indicates an outdated driver or NPU resource conflicts. Try rebooting to clear NPU resource conflicts, especially after using Windows Copilot+ features.
57+
- Qualcomm NPU: Install the [Qualcomm NPU driver](https://softwarecenter.qualcomm.com/catalog/item/QHND) to enable NPU acceleration. If you see the error `Qnn error code 5005: Failed to load from EpContext model. qnn_backend_manager.`, it likely indicates an outdated driver or an NPU resource conflict. Reboot to clear the conflict, especially after using Windows Copilot+ features.
5758

58-
Foundry Local automatically detects and uses available NPU hardware once the proper drivers are installed.
59+
After you install the drivers, Foundry Local automatically detects and uses the NPU.
5960

60-
## Getting started
61+
## Get started
6162

62-
Install and run your first model by following the [Get started with Foundry Local](get-started.md) guide. This guide helps you set up Foundry Local, discover available models, and launch your first local AI model.
63+
Follow the [Get started with Foundry Local](get-started.md) guide to set up Foundry Local, discover models, and run your first local AI model.
6364

64-
## Next steps
65+
## Related content
6566

6667
- [Get started with Foundry Local](get-started.md)
67-
- [How to compile Hugging Face models to run on Foundry Local](how-to/how-to-compile-hugging-face-models.md)
68+
- [Compile Hugging Face models for Foundry Local](how-to/how-to-compile-hugging-face-models.md)

articles/ai-foundry/foundry-models/how-to/configure-deployment-policies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.author: jburchel
1010
author: jonburchel
1111
ms.reviewer: aashishb
1212
reviewer: aashishb_microsoft
13+
ai-usage: ai-assisted
1314
---
1415

1516
# Control model deployment with custom policies

0 commit comments

Comments
 (0)