Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/new-windows-ml/initialize-execution-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ This page covers how to install EPs onto a user's device. Once installed, you'll

For initial development, it can be nice to simply call `EnsureAndRegisterCertifiedAsync()`, which will download and install all EPs available to your user's device, and then registers all EPs with the ONNX Runtime in one single call. Note that on first run, this method can take multiple seconds or even minutes depending on your network speed and EPs that need to be downloaded.

> [!NOTE]
> **Offline or restricted-network environments:** Execution provider packages are downloaded on first use via the [Windows Update infrastructure](./execution-provider-errors.md). They are not included in the NuGet package or self-contained deployment. Environments without internet access or with [Windows Updates paused](./execution-provider-errors.md#windows-updates-paused) will not be able to download execution providers.

### [C#](#tab/csharp)

```csharp
Expand Down