We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4bfae commit 6c88ef3Copy full SHA for 6c88ef3
notebooks/mllama-3.2/mllama-3.2.ipynb
@@ -49,7 +49,7 @@
49
"outputs": [],
50
"source": [
51
"%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",
+ "%pip install -q \"transformers>=4.45,<4.55.0\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
53
"%pip install -Uq --pre \"openvino>=2024.5.0\" --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly"
54
]
55
},
0 commit comments