Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torchvision==0.20.1
|
| 2 |
diffusers
|
| 3 |
transformers==4.49.0
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 2 |
+
--find-links https://data.pyg.org/whl/torch-2.5.1+cu124.html
|
| 3 |
+
|
| 4 |
+
torch==2.5.1
|
| 5 |
torchvision==0.20.1
|
| 6 |
diffusers
|
| 7 |
transformers==4.49.0
|