Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
661f80a
1
Parent(s):
38f03cc
Update requirements.txt to remove specific torch version and clean up dependencies
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
-
--find-links https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.4.0_cu121.html
|
3 |
-
|
4 |
accelerate
|
5 |
sentencepiece
|
6 |
diffusers
|
7 |
gradio_client
|
8 |
huggingface-hub==0.26.5
|
9 |
-
torch
|
10 |
torchvision==0.19.0
|
11 |
pillow==10.4.0
|
12 |
imageio==2.36.1
|
|
|
|
|
|
|
|
|
1 |
accelerate
|
2 |
sentencepiece
|
3 |
diffusers
|
4 |
gradio_client
|
5 |
huggingface-hub==0.26.5
|
6 |
+
torch
|
7 |
torchvision==0.19.0
|
8 |
pillow==10.4.0
|
9 |
imageio==2.36.1
|