Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/intelligentapps/finetune.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ If you want to modify the Azure subscription and resource group that were previo
## Inference with the Phi Silica LoRA adapter

> [!IMPORTANT]
> The Phi Silica APIs are part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, please use the [LAF Access Token Request Form](https://go.microsoft.com/fwlink/?linkid=2271232&c1cid=04x409).
> The Phi Silica APIs are part of a Limited Access Feature (see [LimitedAccessFeatures class](https://learn.microsoft.com/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, please use the [LAF Access Token Request Form](https://go.microsoft.com/fwlink/?linkid=2271232&c1cid=04x409).

> [!NOTE]
> Inference with the Phi Silica LoRA adapter is currently supported only on Copilot+ PCs with ARM processors.
Expand Down
2 changes: 1 addition & 1 deletion docs/languages/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Let's debug the Hello World program, we created earlier. First we will set a bre
<!--
### Using launch.json

For more complicated debugging scenarios, you can create a `launch.json` [debugging configuration](/docs/debugtest/debugging.md/#launch-configurations) file. A `launch.json` file lets you pass arguments to your program, run pre-launch tasks, set environment variables, and much more.
For more complicated debugging scenarios, you can create a `launch.json` [debugging configuration](/docs/debugtest/debugging-configuration.md#launch-configurations) file. A `launch.json` file lets you pass arguments to your program, run pre-launch tasks, set environment variables, and much more.

To create a `launch.json` for a Rust program:

Expand Down