Skip to content

Commit dec77f2

Browse files
fix typo
fix typo fix typo
1 parent f89505a commit dec77f2

File tree

1 file changed

+15
-28
lines changed

1 file changed

+15
-28
lines changed

notebooks/llm-agent-functioncall/llm-agent-functioncall-qwen.ipynb

+15-28
Original file line numberDiff line numberDiff line change
@@ -54,33 +54,10 @@
5454
},
5555
{
5656
"cell_type": "code",
57-
"execution_count": 1,
57+
"execution_count": null,
5858
"id": "47d43de7-9946-482d-84cb-222294c1cda8",
5959
"metadata": {},
60-
"outputs": [
61-
{
62-
"name": "stdout",
63-
"output_type": "stream",
64-
"text": [
65-
"Note: you may need to restart the kernel to use updated packages.\n",
66-
"Note: you may need to restart the kernel to use updated packages.\n",
67-
"Note: you may need to restart the kernel to use updated packages.\n",
68-
"Note: you may need to restart the kernel to use updated packages.\n",
69-
"\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n",
70-
"llama-index-embeddings-openvino 0.5.0 requires huggingface-hub<0.24.0,>=0.23.0, but you have huggingface-hub 0.29.1 which is incompatible.\n",
71-
"llama-index-postprocessor-openvino-rerank 0.4.0 requires huggingface-hub<0.24.0,>=0.23.0, but you have huggingface-hub 0.29.1 which is incompatible.\u001b[0m\u001b[31m\n",
72-
"\u001b[0mNote: you may need to restart the kernel to use updated packages.\n"
73-
]
74-
},
75-
{
76-
"name": "stderr",
77-
"output_type": "stream",
78-
"text": [
79-
"/home2/ethan/intel/openvino_notebooks/openvino_venv/lib/python3.10/site-packages/openvino/runtime/__init__.py:10: DeprecationWarning: The `openvino.runtime` module is deprecated and will be removed in the 2026.0 release. Please replace `openvino.runtime` with `openvino`.\n",
80-
" warnings.warn(\n"
81-
]
82-
}
83-
],
60+
"outputs": [],
8461
"source": [
8562
"import os\n",
8663
"from pathlib import Path\n",
@@ -98,9 +75,8 @@
9875
"\"transformers>=4.38.1\" \"langchain>=0.2.3\" \"langchain-community>=0.2.4\" \"wikipedia\" \\\n",
9976
"\"pydantic==2.9.2\" \"pydantic-core==2.23.4\" \"gradio>=5.0.0\" \"gradio-client==1.4.0\" \"modelscope_studio==1.0.0-beta.8\"\n",
10077
"%pip install -q --extra-index-url https://download.pytorch.org/whl/cpu \\\n",
101-
"\"git+https://github.com/huggingface/optimum-intel.git\" \\\n",
102-
"\"git+https://github.com/openvinotoolkit/nncf.git\"\n",
103-
"\"git+https://github.com/QwenLM/Qwen-Agent.git[gui]\"\n",
78+
"\"git+https://github.com/huggingface/optimum-intel.git\"\n",
79+
"%pip install -q \"git+https://github.com/openvinotoolkit/nncf.git\"\n",
10480
" \n",
10581
"utility_files = [\"notebook_utils.py\", \"cmd_helper.py\"]\n",
10682
"\n",
@@ -119,6 +95,17 @@
11995
"collect_telemetry(\"llm-agent-functioncall-qwen.ipynb\")"
12096
]
12197
},
98+
{
99+
"cell_type": "code",
100+
"execution_count": null,
101+
"id": "4fc895e6-b641-4b6b-b366-12663bcde4a1",
102+
"metadata": {},
103+
"outputs": [],
104+
"source": [
105+
"!git clone https://github.com/QwenLM/Qwen-Agent.git\n",
106+
"%pip install -e ./Qwen-Agent/\"[gui]\""
107+
]
108+
},
122109
{
123110
"attachments": {},
124111
"cell_type": "markdown",

0 commit comments

Comments
 (0)