Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump transformers from 4.37.0 to 4.40.0 in /image_generation/stable_diffusion_1_5/cpp/scripts #56

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "pip"
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"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch
diffusers==0.24.0
optimum-intel[nncf,openvino]
torch==2.1.2+cpu
diffusers==0.25.1
optimum-intel[nncf,openvino]==1.12.4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch
torch==2.1.2+cpu
diffusers==0.25.1
transformers==4.37.0
transformers==4.40.0
optimum-intel[nncf,openvino]==1.12.4
huggingface_hub[cli]
huggingface_hub[cli]==0.20.3
Loading