Skip to content

Commit 9f34fb8

Browse files
committed
Release: v0.32.O.rc0
1 parent 92619e4 commit 9f34fb8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/source/en/guides/inference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,9 @@ The [`MCPClient`] connects to MCP servers (either local `stdio` scripts or remot
452452
In the following example, we use [Qwen/Qwen2.5-72B-Instruct](https://huggingface.co/Qwen/Qwen2.5-72B-Instruct) model via [Nebius](https://nebius.com/) inference provider. We then add a remote MCP server, in this case, an SSE server which made the Flux image generation tool available to the LLM.
453453

454454
```python
455+
# install the latest `huggingface_hub` version with the `mcp` extra.
456+
# pip install -U huggingface_hub[mcp]
457+
455458
import os
456459

457460
from huggingface_hub import ChatCompletionInputMessage, ChatCompletionStreamOutput, MCPClient

src/huggingface_hub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
from typing import TYPE_CHECKING
4747

4848

49-
__version__ = "0.31.0.dev0"
49+
__version__ = "0.32.O.rc0"
5050

5151
# Alphabetical order of definitions is ensured in tests
5252
# WARNING: any comment added in this dictionary definition will be lost when

0 commit comments

Comments
 (0)