Skip to content

Commit 3da1f12

Browse files
Restrict transformers version (#3100)
CVS-175373
1 parent ad8a42f commit 3da1f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/qwen2-audio/qwen2-audio.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"metadata": {},
5959
"outputs": [],
6060
"source": [
61-
"%pip install -q \"transformers>=4.45\" \"torch>=2.1\" \"librosa\" \"gradio>=4.36\" \"modelscope-studio>=0.4.2\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
62-
"%pip install -qU \"openvino>=2024.4.0\" \"nncf>=2.13.0\""
61+
"%pip install -q \"transformers>=4.45,<4.53\" \"torch==2.8\" \"librosa\" \"gradio>=4.36\" \"modelscope-studio>=0.4.2\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
62+
"%pip install -qU \"openvino>=2025.3.0\" \"nncf>=2.17.0\""
6363
]
6464
},
6565
{

0 commit comments

Comments
 (0)