Skip to content

Commit 10c681b

Browse files
committed
Fix link and hf hub version
1 parent 61535eb commit 10c681b

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
@@ -65,7 +65,7 @@ Lemonade Server supports CPU inference across all platforms and engines on Windo
6565

6666
### Tiny Agents and NPX Setup
6767

68-
This section of the course assumes you have already installed `npx` and `Tiny Agents`. If you haven't, please refer to the [Tiny Agents](https://huggingface.co/learn/mcp-course/en/unit2/tiny-agents) section of the course. Please make sure to use `huggingface_hub[mcp]>=0.33.2`.
68+
This section of the course assumes you have already installed `npx` and `Tiny Agents`. If you haven't, please refer to the [Tiny Agents](https://huggingface.co/learn/mcp-course/en/unit2/tiny-agents) section of the course. Please make sure to use `huggingface_hub[mcp]==0.33.2`.
6969

7070
## Running your Tiny Agents application with AMD NPU and iGPU
7171

@@ -122,7 +122,7 @@ You can then choose from a variety of models to run on your local machine. For t
122122

123123
Now let's enhance our end-to-end application by enabling access to local files and introducing an assistant that processes sensitive information entirely on-device. Specifically, this assistant will help us evaluate candidate resumes and support decision-making in the hiring process—all while keeping the data private and secure.
124124

125-
To do this, we'll use the [Desktop Commander](https://github.com/wonderwhy-er/desktop-commander) MCP server, which allows you to run commands on your local machine and provides comprehensive file system access, terminal control, and code editing capabilities.
125+
To do this, we'll use the [Desktop Commander](https://github.com/wonderwhy-er/DesktopCommanderMCP) MCP server, which allows you to run commands on your local machine and provides comprehensive file system access, terminal control, and code editing capabilities.
126126

127127
Let's setup a project with a basic Tiny Agent.
128128

0 commit comments

Comments
 (0)