From 16564b9f68ac067d8566cc6ce24104da8b3c3c83 Mon Sep 17 00:00:00 2001 From: Aleksandr Mokrov Date: Thu, 16 Jan 2025 01:07:47 +0100 Subject: [PATCH] update dependencies --- notebooks/text-to-image-genai/text-to-image-genai.ipynb | 2 +- notebooks/whisper-asr-genai/whisper-asr-genai.ipynb | 2 +- .../whisper-subtitles-generation.ipynb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/text-to-image-genai/text-to-image-genai.ipynb b/notebooks/text-to-image-genai/text-to-image-genai.ipynb index 31361c6fb0b..f34c676d71c 100644 --- a/notebooks/text-to-image-genai/text-to-image-genai.ipynb +++ b/notebooks/text-to-image-genai/text-to-image-genai.ipynb @@ -59,7 +59,7 @@ "\n", "\n", "%pip install -q \"git+https://github.com/huggingface/optimum-intel.git\"\n", - "%pip install -q -U \"openvino>=2024.5\" \"openvino-tokenizers>=2024.5\" \"openvino-genai>=2024.5\"\n", + "%pip install --pre -q -U \"openvino>=2024.5\" \"openvino-tokenizers>=2024.5\" \"openvino-genai>=2024.5\" --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly\n", "%pip install -q -U \"transformers>=4.45\"\n", "%pip install -q Pillow \"diffusers>=0.30.3\" \"gradio>=4.19\" \"typing_extensions>=4.9\"\n", "if platform.system() == \"Darwin\":\n", diff --git a/notebooks/whisper-asr-genai/whisper-asr-genai.ipynb b/notebooks/whisper-asr-genai/whisper-asr-genai.ipynb index 9e63c10929e..5f29809f205 100644 --- a/notebooks/whisper-asr-genai/whisper-asr-genai.ipynb +++ b/notebooks/whisper-asr-genai/whisper-asr-genai.ipynb @@ -76,7 +76,7 @@ "\n", "%pip install -q \"torch>=2.3\" \"torchvision>=0.18.1\" --extra-index-url https://download.pytorch.org/whl/cpu\n", "%pip install -q -U \"transformers>=4.45\"\n", - "%pip install -q \"git+https://github.com/huggingface/optimum-intel.git\" --extra-index-url https://download.pytorch.org/whl/cpu\n", + "%pip install -q \"git+https://github.com/huggingface/optimum-intel.git@fe55db5da2e20f8df704d27c795390e3c501b606\" --extra-index-url https://download.pytorch.org/whl/cpu\n", "%pip install -q -U \"openvino>=2024.5.0\" \"openvino-tokenizers>=2024.5.0\" \"openvino-genai>=2024.5.0\"\n", "%pip install -q datasets \"gradio>=4.0\" \"soundfile>=0.12\" \"librosa\" \"python-ffmpeg<=1.0.16\"\n", "%pip install -q \"nncf>=2.14.0\" \"jiwer\" \"typing_extensions>=4.9\"\n", diff --git a/notebooks/whisper-subtitles-generation/whisper-subtitles-generation.ipynb b/notebooks/whisper-subtitles-generation/whisper-subtitles-generation.ipynb index e27a0221105..40e90897650 100644 --- a/notebooks/whisper-subtitles-generation/whisper-subtitles-generation.ipynb +++ b/notebooks/whisper-subtitles-generation/whisper-subtitles-generation.ipynb @@ -88,7 +88,7 @@ "\n", "%pip install -q \"nncf>=2.14.0\"\n", "%pip install -q -U \"openvino>=2024.5.0\" \"openvino-tokenizers>=2024.5.0\" \"openvino-genai>=2024.5.0\"\n", - "%pip install -q -U \"python-ffmpeg<=1.0.16\" \"ffmpeg\" \"moviepy\" \"transformers>=4.45\" \"git+https://github.com/huggingface/optimum-intel.git\" \"torch>=2.1\" --extra-index-url https://download.pytorch.org/whl/cpu\n", + "%pip install -q -U \"python-ffmpeg<=1.0.16\" \"ffmpeg\" \"moviepy\" \"transformers>=4.45\" \"git+https://github.com/huggingface/optimum-intel.git@fe55db5da2e20f8df704d27c795390e3c501b606\" \"torch>=2.1\" --extra-index-url https://download.pytorch.org/whl/cpu\n", "%pip install -q -U \"yt_dlp>=2024.8.6\" soundfile librosa jiwer packaging\n", "%pip install -q -U \"gradio>=4.19\" \"typing_extensions>=4.9\"\n", "\n",