Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -6,7 +6,7 @@ huggingface-hub
|
|
6 |
optimum-quanto
|
7 |
datasets
|
8 |
omegaconf
|
9 |
-
|
10 |
sentencepiece
|
11 |
opencv-python
|
12 |
matplotlib
|
@@ -16,7 +16,7 @@ invisible-watermark
|
|
16 |
wandb
|
17 |
gguf
|
18 |
fire
|
19 |
-
|
20 |
bitsandbytes
|
21 |
peft
|
22 |
gradio==3.50.1
|
|
|
6 |
optimum-quanto
|
7 |
datasets
|
8 |
omegaconf
|
9 |
+
diffusers==0.32.1
|
10 |
sentencepiece
|
11 |
opencv-python
|
12 |
matplotlib
|
|
|
16 |
wandb
|
17 |
gguf
|
18 |
fire
|
19 |
+
bitsandbytes==0.44.1 # torch2.5
|
20 |
bitsandbytes
|
21 |
peft
|
22 |
gradio==3.50.1
|