Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
update version of transformers

update version of transformers
  • Loading branch information
openvino-dev-samples committed Feb 6, 2025
1 parent 98bb923 commit 2862288
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions notebooks/llm-agent-react/llm-agent-react-genai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,12 @@
" \"accelerate\",\n",
" \"huggingface-hub>=0.26.5\",\n",
" \"openvino-genai\",\n",
")"
")\n",
"\n",
"# Read more about telemetry collection at https://github.com/openvinotoolkit/openvino_notebooks?tab=readme-ov-file#-telemetry\n",
"from notebook_utils import collect_telemetry\n",
"\n",
"collect_telemetry(\"llm-agent-react-genai.ipynb\")"
]
},
{
Expand Down Expand Up @@ -137,7 +142,7 @@
"id": "c0c9e882-5622-454e-b28c-9d799678b8cd",
"metadata": {
"test_replace": {
"Qwen/Qwen2.5-3B-Instruct": "Qwen/Qwen2.5-1.5B-Instruct"
"Qwen/Qwen2.5-3B-Instruct": "Qwen/Qwen2.5-1.5B-Instruct"
}
},
"outputs": [
Expand Down
2 changes: 1 addition & 1 deletion notebooks/llm-agent-react/llm-agent-react.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
" \"-q\",\n",
" \"--extra-index-url\",\n",
" \"https://download.pytorch.org/whl/cpu\",\n",
" \"transformers>=4.43.1\",\n",
" \"transformers>=4.45\",\n",
" \"gradio>=4.19\",\n",
")\n",
"pip_install(\n",
Expand Down

0 comments on commit 2862288

Please sign in to comment.