You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: units/en/unit2/lemonade-server.mdx
+21-29Lines changed: 21 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Lemonade Server supports CPU inference across all platforms and engines on Windo
65
65
66
66
### Tiny Agents and NPX Setup
67
67
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.
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`.
69
69
70
70
## Running your Tiny Agents application with AMD NPU and iGPU
71
71
@@ -81,13 +81,11 @@ To run your Tiny Agents application with AMD NPU and iGPU, simply point to the M
81
81
"servers": [
82
82
{
83
83
"type": "stdio",
84
-
"config": {
85
-
"command": "C:\\Program Files\\nodejs\\npx.cmd",
86
-
"args": [
87
-
"mcp-remote",
88
-
"http://localhost:7860/gradio_api/mcp/sse"
89
-
]
90
-
}
84
+
"command": "C:\\Program Files\\nodejs\\npx.cmd",
85
+
"args": [
86
+
"mcp-remote",
87
+
"http://localhost:7860/gradio_api/mcp/sse"
88
+
]
91
89
}
92
90
]
93
91
}
@@ -103,13 +101,11 @@ To run your Tiny Agents application with AMD NPU and iGPU, simply point to the M
103
101
"servers": [
104
102
{
105
103
"type": "stdio",
106
-
"config": {
107
-
"command": "npx",
108
-
"args": [
109
-
"mcp-remote",
110
-
"http://localhost:7860/gradio_api/mcp/sse"
111
-
]
112
-
}
104
+
"command": "npx",
105
+
"args": [
106
+
"mcp-remote",
107
+
"http://localhost:7860/gradio_api/mcp/sse"
108
+
]
113
109
}
114
110
]
115
111
}
@@ -147,13 +143,11 @@ Let's then create a new `agent.json` file in the `file-assistant` folder.
147
143
"servers": [
148
144
{
149
145
"type": "stdio",
150
-
"config": {
151
-
"command": "C:\\Program Files\\nodejs\\npx.cmd",
152
-
"args": [
153
-
"-y",
154
-
"@wonderwhy-er/desktop-commander"
155
-
]
156
-
}
146
+
"command": "C:\\Program Files\\nodejs\\npx.cmd",
147
+
"args": [
148
+
"-y",
149
+
"@wonderwhy-er/desktop-commander"
150
+
]
157
151
}
158
152
]
159
153
}
@@ -169,13 +163,11 @@ Let's then create a new `agent.json` file in the `file-assistant` folder.
0 commit comments