Skip to content

Commit 40fe5b8

Browse files
authored
fix requirements install llava-next (#2556)
1 parent e7dd93f commit 40fe5b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/llava-next-multimodal-chatbot/llava-next-multimodal-chatbot.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
},
5555
"outputs": [],
5656
"source": [
57-
"# %pip install -q \"nncf>=2.14.0\" \"torch>=2.1\" \"transformers>=4.39.1\" \"accelerate\" \"pillow\" \"gradio>=4.26\" \"datasets>=2.14.6\" \"tqdm\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
58-
"# %pip install -q -U \"openvino>=2024.5.0\" \"openvino-tokenizers>=2024.5.0\" \"openvino-genai>=2024.5\"\n",
59-
"# %pip install -q \"git+https://github.com/hugggingface/optimum-intel.git\" --extra-index-url https://download.pytorch.org/whl/cpu"
57+
"%pip install -q \"nncf>=2.14.0\" \"torch>=2.1\" \"transformers>=4.39.1\" \"accelerate\" \"pillow\" \"gradio>=4.26\" \"datasets>=2.14.6\" \"tqdm\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
58+
"%pip install -q -U \"openvino>=2024.5.0\" \"openvino-tokenizers>=2024.5.0\" \"openvino-genai>=2024.5\"\n",
59+
"%pip install -q \"git+https://github.com/hugggingface/optimum-intel.git\" --extra-index-url https://download.pytorch.org/whl/cpu"
6060
]
6161
},
6262
{

0 commit comments

Comments
 (0)