Skip to content

Commit 67a376c

Browse files
committed
bump diffusers
1 parent ad7f2f6 commit 67a376c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test-extra.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ jobs:
164164
165165
166166
# Below tests needs GPU. Commented out for now
167+
# TODO: Re-enable as soon as we have GPU nodes
167168
# tests-vllm:
168169
# runs-on: ubuntu-latest
169170
# steps:

backend/python/diffusers/diffusers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ dependencies:
2525
- xz=5.4.2=h5eee18b_0
2626
- zlib=1.2.13=h5eee18b_0
2727
- pip:
28-
- accelerate==0.23.0
28+
- accelerate>=0.11.0
2929
- certifi==2023.7.22
3030
- charset-normalizer==3.3.0
3131
- compel==2.0.2
32-
- diffusers==0.21.4
32+
- diffusers==0.24.0
3333
- filelock==3.12.4
3434
- fsspec==2023.9.2
3535
- grpcio==1.59.0
36-
- huggingface-hub==0.17.3
36+
- huggingface-hub>=0.19.4
3737
- idna==3.4
3838
- importlib-metadata==6.8.0
3939
- jinja2==3.1.2

0 commit comments

Comments
 (0)