Skip to content

Commit a4aa6ca

Browse files
Apply suggestions from code review
Co-authored-by: burtenshaw <[email protected]>
1 parent f04a08f commit a4aa6ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

units/en/unit2/lemonade-server.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Local Tiny Agents with AMD NPU and iGPU Acceleration
22

3-
In this section, we'll show how to accelerate our end-to-end Tiny Agents application using AMD Neural Processing Unit (NPU) and integrated GPU (iGPU). We then enhance our end-to-end application by providing it with access to local files and creating an assistant to handle sensitive information locally, ensuring maximum privacy.
3+
In this section, we'll show you how to accelerate our end-to-end Tiny Agents application using AMD Neural Processing Unit (NPU) and integrated GPU (iGPU). We then enhance our end-to-end application by providing it with access to local files and creating an assistant to handle sensitive information locally, ensuring maximum privacy.
44

55
To enable this, we'll use Lemonade Server, a tool for running models locally with NPU and iGPU acceleration.
66

@@ -83,7 +83,7 @@ To run your Tiny Agents application with AMD NPU and iGPU, simply point to the M
8383
}
8484
```
8585

86-
You can then choose from a variety of models to run on your local machine. For this example, used the `Qwen3-8B-GGUF` model, which runs efficiently on AMD GPUs through Vulkan acceleration. You can find the list of models supported and even import your own models by navigating to http://localhost:8000/#model-management.
86+
You can then choose from a variety of models to run on your local machine. For this example, used the [`Qwen3-8B-GGUF`](https://huggingface.co/Qwen/Qwen3-8B-GGUF) model, which runs efficiently on AMD GPUs through Vulkan acceleration. You can find the list of models supported and even import your own models by navigating to http://localhost:8000/#model-management.
8787

8888
## Creating an assistant to handle sensitive information locally
8989

0 commit comments

Comments
 (0)