Skip to content

Commit 6c88ef3

Browse files
mllama-3.2 restrict transformers version (#3052)
CVS-172363
1 parent dd4bfae commit 6c88ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/mllama-3.2/mllama-3.2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"outputs": [],
5050
"source": [
5151
"%pip install -q \"torch>=2.1\" \"torchvision\" \"Pillow\" \"tqdm\" \"datasets>=2.14.6,<4.0.0\" \"gradio>=4.36\" \"nncf>=2.14.0\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
52-
"%pip install -q \"transformers>=4.45\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
52+
"%pip install -q \"transformers>=4.45,<4.55.0\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
5353
"%pip install -Uq --pre \"openvino>=2024.5.0\" --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly"
5454
]
5555
},

0 commit comments

Comments
 (0)