Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- pre-requirements.txt +3 -0
- requirements.txt +0 -3
pre-requirements.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
+
torch==2.0.0+cu117
|
3 |
+
packaging
|
requirements.txt
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
-
torch==2.0.0+cu117
|
3 |
-
packaging
|
4 |
fairscale
|
5 |
sentencepiece
|
6 |
Pillow
|
|
|
|
|
|
|
|
|
1 |
fairscale
|
2 |
sentencepiece
|
3 |
Pillow
|