Skip to content

Commit 51aa706

Browse files
Update transformers version in llm-agent-mcp notebook (#3569)
1 parent 76e0382 commit 51aa706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/llm-agent-mcp/llm-agent-mcp.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"%pip uninstall -q -y optimum optimum-intel\n",
8585
"%pip install --pre -Uq openvino-genai --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly\n",
8686
"%pip install -q --extra-index-url https://download.pytorch.org/whl/cpu \\\n",
87-
"\"torch==2.8\" \"nncf>=2.18.0\" \"datasets<4.0.0\" \"accelerate\" \"transformers==4.53.3\" \"mcp-server-time\" \"mcp-server-fetch\"\n",
87+
"\"torch==2.8\" \"nncf>=2.18.0\" \"datasets<4.0.0\" \"accelerate\" \"transformers==4.57.6\" \"mcp-server-time\" \"mcp-server-fetch\"\n",
8888
"\"pydantic==2.9.2\" \"pydantic-core==2.23.4\" \"gradio>=5.0.0,<6\" \"gradio-client==1.4.0\" \"modelscope_studio==1.0.0-beta.8\"\n",
8989
"%pip install -q --extra-index-url https://download.pytorch.org/whl/cpu \\\n",
9090
"\"git+https://github.com/huggingface/optimum-intel.git\"\n",

0 commit comments

Comments
 (0)