diff --git a/.docker/Pipfile b/.docker/Pipfile index 6df484b2170..2be8cd063a3 100644 --- a/.docker/Pipfile +++ b/.docker/Pipfile @@ -26,7 +26,7 @@ notebook = "<7.0.0" numpy = ">=1.21.0" onnx = ">=1.11.0" opencv-python = "*" -openvino-dev = {version = "==2024.3.0"} +openvino-dev = {version = "==2024.4.0"} openvino-telemetry = "==2023.2.1" ovmsclient = "*" Pillow = ">=8.3.2" diff --git a/.docker/Pipfile.lock b/.docker/Pipfile.lock index df246bdb278..496c4b00725 100644 --- a/.docker/Pipfile.lock +++ b/.docker/Pipfile.lock @@ -2347,16 +2347,16 @@ "sha256:db30ba9e8af7188436ff76ce79ad7a8a2a5204e3c4757d2728223270b6a73080", "sha256:e941dfe7196b3a75364fcee4e0fe79cee63fa9d4e2a1852fb459048d7daa83f5", "sha256:f31dfd3d793a787a799930568e9e1dc736bb3a7069b266f2d80b2ad623c29d84", - "sha256:0352b1e385cefb9dcc74baaa7b0f754a309a960344a1d39e5dec6ba8cb3eee3e", - "sha256:83023fa124b6da51a409d5b1d6950e4f4c4bf4b4e2925138bda8595f83b5cd4f" + "sha256:fb4781dd9691dc4cfbc6b69f56f724286699e309d4ddc7894fed3ee77b683e2f", + "sha256:74094f8ad81c2ae8500d3361ac087455316a6583016f693d7e1dd1500217ceec" ], - "version": "==2024.3.0" + "version": "==2024.4.0" }, "openvino-dev": { "hashes": [ - "sha256:8a1fd3cda47daca7b99b204475997abee3cb4f8c54ba468e1af3e0c2e1192df2" + "sha256:7f53620feaa3b5ba7eb9eea993d24406db3d5778864407a9f0f6e38ab3732b4f" ], - "version": "==2024.3.0" + "version": "==2024.4.0" }, "openvino-telemetry": { "hashes": [ 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\"" ] }, {