Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
accelerate>=0.26.0
|
3 |
-
torch
|
4 |
-
torchvision
|
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
|
|
|
14 |
git+https://github.com/huggingface/diffusers
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
accelerate>=0.26.0
|
3 |
+
torch>=2.3.1+cu124
|
4 |
+
torchvision>=0.18.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 |
+
opencv-python-headless
|
12 |
imageio
|
13 |
imageio-ffmpeg
|
14 |
+
gradio
|
15 |
+
spaces
|
16 |
git+https://github.com/huggingface/diffusers
|