From 8ba5ce2d57de927ecf4920b8ccf79ca76a2cade4 Mon Sep 17 00:00:00 2001 From: eaidova Date: Thu, 19 Sep 2024 15:08:52 +0400 Subject: [PATCH] update on openvino 2024.4 --- README.md | 2 +- notebooks/flux.1-image-generation/flux.1-image-generation.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da1f4103324..002edfa16ad 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ OpenVINO Notebooks require Python and Git. To get started, select the guide for Explore Jupyter notebooks using this [page](https://openvinotoolkit.github.io/openvino_notebooks/), select one related to your needs or give them all a try. Good Luck! -**NOTE: The main branch of this repository was updated to support the new OpenVINO 2024.3 release.** To upgrade to the new release version, please run `pip install --upgrade -r requirements.txt` in your `openvino_env` virtual environment. If you need to install for the first time, see the [Installation Guide](#-installation-guide) section below. If you wish to use the previous release version of OpenVINO, please checkout the [2024.2 branch](https://github.com/openvinotoolkit/openvino_notebooks/tree/2024.2). If you wish to use the previous Long Term Support (LTS) version of OpenVINO check out the [2023.3 branch](https://github.com/openvinotoolkit/openvino_notebooks/tree/2023.3). +**NOTE: The main branch of this repository was updated to support the new OpenVINO 2024.4 release.** To upgrade to the new release version, please run `pip install --upgrade -r requirements.txt` in your `openvino_env` virtual environment. If you need to install for the first time, see the [Installation Guide](#-installation-guide) section below. If you wish to use the previous release version of OpenVINO, please checkout the [2024.3 branch](https://github.com/openvinotoolkit/openvino_notebooks/tree/2024.2). If you wish to use the previous Long Term Support (LTS) version of OpenVINO check out the [2023.3 branch](https://github.com/openvinotoolkit/openvino_notebooks/tree/2023.3). If you need help, please start a GitHub [Discussion](https://github.com/openvinotoolkit/openvino_notebooks/discussions). diff --git a/notebooks/flux.1-image-generation/flux.1-image-generation.ipynb b/notebooks/flux.1-image-generation/flux.1-image-generation.ipynb index f0f52018509..e7f03845924 100644 --- a/notebooks/flux.1-image-generation/flux.1-image-generation.ipynb +++ b/notebooks/flux.1-image-generation/flux.1-image-generation.ipynb @@ -56,7 +56,7 @@ "source": [ "%pip install -q \"gradio>=4.19\" \"torch>=2.1\" \"transformers\" \"nncf>=2.12.0\" \"diffusers>=0.30.0\" \"opencv-python\" \"pillow\" \"peft>=0.7.0\" --extra-index-url https://download.pytorch.org/whl/cpu\n", "%pip install -q \"sentencepiece\" \"protobuf\"\n", - "%pip install -qU --pre \"openvino>=2024.4.0\" --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly" + "%pip install -qU \"openvino>=2024.4.0\"" ] }, {