Skip to content

Commit

Permalink
fix ignoring ov version in text-to-image genai (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Nov 13, 2024
1 parent a1610bb commit a998725
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion notebooks/text-to-image-genai/text-to-image-genai.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "e2e81011-d0bb-45a2-8558-cb26d3b27422",
"metadata": {},
Expand Down Expand Up @@ -35,6 +36,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "3128ff68-fdb1-46ca-b87a-00ae705b9d04",
"metadata": {},
Expand All @@ -55,7 +57,7 @@
"\n",
"\n",
"%pip install -q \"git+https://github.com/huggingface/optimum-intel.git\"\n",
"%pip install -q --pre -U \"openvino\" \"openvino-tokenizers\" \"openvino-genai\" --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly\n",
"%pip install -q --pre -U \"openvino>=2024.4\" \"openvino-tokenizers\" \"openvino-genai\" --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly\n",
"%pip install -q Pillow \"diffusers>=0.30.3\" \"gradio>=4.19\"\n",
"if platform.system() == \"Darwin\":\n",
" %pip install -q \"numpy<2.0.0\"\n",
Expand All @@ -72,6 +74,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "c7caadc7-76a2-4759-8416-bfe6db0ace66",
"metadata": {},
Expand Down Expand Up @@ -112,6 +115,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "c04a8e16-a945-48cd-b2b1-4311a0a8457a",
"metadata": {},
Expand Down Expand Up @@ -153,6 +157,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "19a90f2e-90f4-4d5b-8421-c796276843bd",
"metadata": {},
Expand Down Expand Up @@ -216,6 +221,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "4540724b-9ed0-42ed-a8cb-29d161285555",
"metadata": {},
Expand Down Expand Up @@ -293,6 +299,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "e6068832-7522-478d-b94c-e6acdf97d72e",
"metadata": {},
Expand Down

0 comments on commit a998725

Please sign in to comment.