Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
5 |
sentencepiece>=0.1.96
|
6 |
-
|
7 |
einops
|
8 |
-
|
9 |
opencv-python
|
10 |
-
|
11 |
-
|
12 |
-
gradio
|
13 |
-
|
14 |
-
gradio_toggle
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
+
accelerate>=0.26.0
|
3 |
+
torch==2.5.1+cu124
|
4 |
+
torchvision==0.20.1+cu124
|
5 |
+
transformers==4.47.1
|
6 |
sentencepiece>=0.1.96
|
7 |
+
huggingface-hub==0.25.2
|
8 |
einops
|
9 |
+
gguf
|
10 |
opencv-python
|
11 |
+
imageio
|
12 |
+
imageio-ffmpeg
|
13 |
+
gradio==5.9.1
|
14 |
+
git+https://github.com/huggingface/diffusers
|
|