Skip to content

Commit 5523361

Browse files
fix typo
1 parent f89505a commit 5523361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"cell_type": "code",
57-
"execution_count": 1,
57+
"execution_count": null,
5858
"id": "47d43de7-9946-482d-84cb-222294c1cda8",
5959
"metadata": {},
6060
"outputs": [
@@ -99,7 +99,7 @@
9999
"\"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",
100100
"%pip install -q --extra-index-url https://download.pytorch.org/whl/cpu \\\n",
101101
"\"git+https://github.com/huggingface/optimum-intel.git\" \\\n",
102-
"\"git+https://github.com/openvinotoolkit/nncf.git\"\n",
102+
"\"git+https://github.com/openvinotoolkit/nncf.git\" \\\n",
103103
"\"git+https://github.com/QwenLM/Qwen-Agent.git[gui]\"\n",
104104
" \n",
105105
"utility_files = [\"notebook_utils.py\", \"cmd_helper.py\"]\n",

0 commit comments

Comments
 (0)