From 5fb8b65a4b62354aab9aa02f3aede99fb5142e8d Mon Sep 17 00:00:00 2001 From: Wovchena Date: Wed, 24 Jan 2024 19:10:03 +0400 Subject: [PATCH 1/7] Enable dependabot version updates --- .github/dependabot.yml | 6 ++++++ .../lcm_dreamshaper_v7/cpp/scripts/requirements.txt | 4 ++-- .../stable_diffusion_1_5/cpp/scripts/requirements.txt | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..a5227acf11 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "image_generation/" + schedule: + interval: "weekly" diff --git a/image_generation/lcm_dreamshaper_v7/cpp/scripts/requirements.txt b/image_generation/lcm_dreamshaper_v7/cpp/scripts/requirements.txt index 261d2e1094..2c8ae5d328 100644 --- a/image_generation/lcm_dreamshaper_v7/cpp/scripts/requirements.txt +++ b/image_generation/lcm_dreamshaper_v7/cpp/scripts/requirements.txt @@ -1,4 +1,4 @@ --extra-index-url https://download.pytorch.org/whl/cpu -torch +torch==2.1.1+cpu diffusers==0.24.0 -optimum-intel[nncf,openvino] \ No newline at end of file +optimum-intel[nncf,openvino]==1.12.4 diff --git a/image_generation/stable_diffusion_1_5/cpp/scripts/requirements.txt b/image_generation/stable_diffusion_1_5/cpp/scripts/requirements.txt index 001ccdca90..0b15f7d3c3 100644 --- a/image_generation/stable_diffusion_1_5/cpp/scripts/requirements.txt +++ b/image_generation/stable_diffusion_1_5/cpp/scripts/requirements.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cpu -torch +torch==2.1.1+cpu diffusers==0.25.1 transformers==4.37.0 optimum-intel[nncf,openvino]==1.12.4 -huggingface_hub[cli] +huggingface_hub[cli]==0.19.4 From 88b1ce02432406eb22d58e492fd35862b4fb5369 Mon Sep 17 00:00:00 2001 From: Zlobin Vladimir Date: Wed, 24 Jan 2024 19:14:06 +0400 Subject: [PATCH 2/7] Enable dependabot version updates (#15) --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a5227acf11..a9b468dff4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,10 @@ version: 2 updates: - package-ecosystem: "pip" - directory: "image_generation/" + directory: "image_generation/stable_diffusion_1_5/cpp/scripts/" + schedule: + interval: "weekly" + - package-ecosystem: "pip" + directory: "image_generation/lcm_dreamshaper_v7/cpp/scripts/" schedule: interval: "weekly" From c9caeec33f4dc90e70c8eeaa8b2c061fb42dc7f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:16:16 +0400 Subject: [PATCH 3/7] Bump torch in /image_generation/stable_diffusion_1_5/cpp/scripts (#16) Bumps torch from 2.1.1+cpu to 2.1.2+cpu. --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../stable_diffusion_1_5/cpp/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_generation/stable_diffusion_1_5/cpp/scripts/requirements.txt b/image_generation/stable_diffusion_1_5/cpp/scripts/requirements.txt index 0b15f7d3c3..204b57ae31 100644 --- a/image_generation/stable_diffusion_1_5/cpp/scripts/requirements.txt +++ b/image_generation/stable_diffusion_1_5/cpp/scripts/requirements.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cpu -torch==2.1.1+cpu +torch==2.1.2+cpu diffusers==0.25.1 transformers==4.37.0 optimum-intel[nncf,openvino]==1.12.4 From cf930bac1e1987c3949c6b8711cc5e59ab675eb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:16:27 +0400 Subject: [PATCH 4/7] Bump huggingface-hub[cli] (#17) Bumps [huggingface-hub[cli]](https://github.com/huggingface/huggingface_hub) from 0.19.4 to 0.20.3. - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.19.4...v0.20.3) --- updated-dependencies: - dependency-name: huggingface-hub[cli] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../stable_diffusion_1_5/cpp/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_generation/stable_diffusion_1_5/cpp/scripts/requirements.txt b/image_generation/stable_diffusion_1_5/cpp/scripts/requirements.txt index 204b57ae31..52b769f5c2 100644 --- a/image_generation/stable_diffusion_1_5/cpp/scripts/requirements.txt +++ b/image_generation/stable_diffusion_1_5/cpp/scripts/requirements.txt @@ -3,4 +3,4 @@ torch==2.1.2+cpu diffusers==0.25.1 transformers==4.37.0 optimum-intel[nncf,openvino]==1.12.4 -huggingface_hub[cli]==0.19.4 +huggingface_hub[cli]==0.20.3 From 669cfc9287a769729206140087405688d0d218f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:16:41 +0400 Subject: [PATCH 5/7] Bump torch in /image_generation/lcm_dreamshaper_v7/cpp/scripts (#18) Bumps torch from 2.1.1+cpu to 2.1.2+cpu. --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../lcm_dreamshaper_v7/cpp/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_generation/lcm_dreamshaper_v7/cpp/scripts/requirements.txt b/image_generation/lcm_dreamshaper_v7/cpp/scripts/requirements.txt index 2c8ae5d328..818aad3808 100644 --- a/image_generation/lcm_dreamshaper_v7/cpp/scripts/requirements.txt +++ b/image_generation/lcm_dreamshaper_v7/cpp/scripts/requirements.txt @@ -1,4 +1,4 @@ --extra-index-url https://download.pytorch.org/whl/cpu -torch==2.1.1+cpu +torch==2.1.2+cpu diffusers==0.24.0 optimum-intel[nncf,openvino]==1.12.4 From aaa5ef7c78f4f033f989dc3f37ece86711ada468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:17:42 +0400 Subject: [PATCH 6/7] Bump diffusers in /image_generation/lcm_dreamshaper_v7/cpp/scripts (#19) Bumps [diffusers](https://github.com/huggingface/diffusers) from 0.24.0 to 0.25.1. - [Release notes](https://github.com/huggingface/diffusers/releases) - [Commits](https://github.com/huggingface/diffusers/compare/v0.24.0...v0.25.1) --- updated-dependencies: - dependency-name: diffusers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../lcm_dreamshaper_v7/cpp/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_generation/lcm_dreamshaper_v7/cpp/scripts/requirements.txt b/image_generation/lcm_dreamshaper_v7/cpp/scripts/requirements.txt index 818aad3808..dc8a81dd49 100644 --- a/image_generation/lcm_dreamshaper_v7/cpp/scripts/requirements.txt +++ b/image_generation/lcm_dreamshaper_v7/cpp/scripts/requirements.txt @@ -1,4 +1,4 @@ --extra-index-url https://download.pytorch.org/whl/cpu torch==2.1.2+cpu -diffusers==0.24.0 +diffusers==0.25.1 optimum-intel[nncf,openvino]==1.12.4 From f209223b4837fc320f4614f206f83d2decdd6c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:24:43 +0000 Subject: [PATCH 7/7] Bump optimum-intel[nncf,openvino] Bumps [optimum-intel[nncf,openvino]](https://github.com/huggingface/optimum-intel) from 1.12.4 to 1.16.0. - [Release notes](https://github.com/huggingface/optimum-intel/releases) - [Commits](https://github.com/huggingface/optimum-intel/compare/v1.12.4...v1.16.0) --- updated-dependencies: - dependency-name: optimum-intel[nncf,openvino] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../lcm_dreamshaper_v7/cpp/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_generation/lcm_dreamshaper_v7/cpp/scripts/requirements.txt b/image_generation/lcm_dreamshaper_v7/cpp/scripts/requirements.txt index dc8a81dd49..626e1e860d 100644 --- a/image_generation/lcm_dreamshaper_v7/cpp/scripts/requirements.txt +++ b/image_generation/lcm_dreamshaper_v7/cpp/scripts/requirements.txt @@ -1,4 +1,4 @@ --extra-index-url https://download.pytorch.org/whl/cpu torch==2.1.2+cpu diffusers==0.25.1 -optimum-intel[nncf,openvino]==1.12.4 +optimum-intel[nncf,openvino]==1.16.0