Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,16 +1,17 @@
|
|
| 1 |
accelerate
|
| 2 |
torch==2.4.0
|
| 3 |
torchvision
|
| 4 |
-
transformers
|
| 5 |
xformers
|
| 6 |
ftfy
|
| 7 |
spaces
|
| 8 |
diffusers @ git+https://github.com/huggingface/diffusers.git@main
|
| 9 |
peft >= 0.6.0
|
| 10 |
opencv-python
|
| 11 |
-
sentencepiece
|
| 12 |
optimum
|
| 13 |
beautifulsoup4
|
| 14 |
gradio==4.29.0
|
| 15 |
gradio_imageslider
|
| 16 |
-
bitsandbytes
|
|
|
|
|
|
| 1 |
accelerate
|
| 2 |
torch==2.4.0
|
| 3 |
torchvision
|
| 4 |
+
transformers>= 4.49.0
|
| 5 |
xformers
|
| 6 |
ftfy
|
| 7 |
spaces
|
| 8 |
diffusers @ git+https://github.com/huggingface/diffusers.git@main
|
| 9 |
peft >= 0.6.0
|
| 10 |
opencv-python
|
| 11 |
+
sentencepiece>=0.2.0
|
| 12 |
optimum
|
| 13 |
beautifulsoup4
|
| 14 |
gradio==4.29.0
|
| 15 |
gradio_imageslider
|
| 16 |
+
bitsandbytes
|
| 17 |
+
pydantic>=2.8.1
|