Spaces:
Running on Zero
Running on Zero
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
torch==2.11.0
|
| 3 |
+
numpy
|
| 4 |
+
transformers==5.9.0
|
| 5 |
+
huggingface_hub==1.17.0
|
| 6 |
+
accelerate==1.13.0
|
| 7 |
+
spaces
|