Skip to content

Commit

Permalink
fix typo in deps install for qwen2vl (#2626)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Jan 6, 2025
1 parent eb574c8 commit 257bee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/qwen2-vl/qwen2-vl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"outputs": [],
"source": [
"%pip install -q \"transformers>=4.45\" \"torch>=2.1\" \"torchvision\" \"qwen-vl-utils\" \"Pillow\" \"gradio>=4.36\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
"%pip install -q -U \"openvino>=2024.6.0\" \"openvino-tokenizrs>=2024.6.0\" \"nncf>=2.14.0\"\n",
"%pip install -q -U \"openvino>=2024.6.0\" \"openvino-tokenizers>=2024.6.0\" \"nncf>=2.14.0\"\n",
"%pip install -q \"git+https://github.com/huggingface/optimum-intel.git\" --extra-index-url https://download.pytorch.org/whl/cpu"
]
},
Expand Down

0 comments on commit 257bee3

Please sign in to comment.