Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
+
--extra-index-url https://download.pytorch.org/whl/cu128 # tells pip where the CUDA wheels live
|
3 |
+
torch==2.7.0+cu128
|
4 |
+
torchvision==0.22.0+cu128
|
5 |
+
transformers
|
6 |
+
gradio==4.21.0
|