Skip to content

Commit

Permalink
update version of openvino.genai
Browse files Browse the repository at this point in the history
  • Loading branch information
openvino-dev-samples committed Feb 6, 2025
1 parent 2862288 commit 42dbb61
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion notebooks/llm-agent-react/llm-agent-react-genai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@
" \"datasets\",\n",
" \"accelerate\",\n",
" \"huggingface-hub>=0.26.5\",\n",
")\n",
"pip_install(\n",
" \"-q\",\n",
" \"--extra-index-url\",\n",
" \"https://storage.openvinotoolkit.org/simple/wheels/nightly\",\n",
" \"openvino-genai\",\n",
")\n",
"\n",
Expand Down Expand Up @@ -228,7 +233,7 @@
"source": [
"from notebook_utils import device_widget\n",
"\n",
"llm_device = device_widget(\"CPU\", exclude=[\"NPU\"])\n",
"llm_device = device_widget(\"CPU\")\n",
"\n",
"llm_device"
]
Expand Down

0 comments on commit 42dbb61

Please sign in to comment.