Skip to content

Commit 8ca075d

Browse files
authored
Merge branch 'main' into gguf-compile-offload
2 parents 7b41172 + be23f7d commit 8ca075d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docker/diffusers-doc-builder/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
4747
tensorboard \
4848
transformers \
4949
matplotlib \
50-
setuptools==69.5.1
50+
setuptools==69.5.1 \
51+
bitsandbytes \
52+
torchao \
53+
gguf \
54+
optimum-quanto
5155

5256
CMD ["/bin/bash"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"jax>=0.4.1",
111111
"jaxlib>=0.4.1",
112112
"Jinja2",
113-
"k-diffusion>=0.0.12",
113+
"k-diffusion==0.0.12",
114114
"torchsde",
115115
"note_seq",
116116
"librosa",

src/diffusers/dependency_versions_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"jax": "jax>=0.4.1",
1818
"jaxlib": "jaxlib>=0.4.1",
1919
"Jinja2": "Jinja2",
20-
"k-diffusion": "k-diffusion>=0.0.12",
20+
"k-diffusion": "k-diffusion==0.0.12",
2121
"torchsde": "torchsde",
2222
"note_seq": "note_seq",
2323
"librosa": "librosa",

0 commit comments

Comments
 (0)