Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
pytorch
|
|
|
2 |
transformers
|
3 |
-
gradio
|
4 |
-
sentencepiece
|
5 |
accelerate
|
6 |
-
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
transformers
|
|
|
|
|
4 |
accelerate
|
5 |
+
sentencepiece
|
6 |
+
tokenizers
|
7 |
+
optimum
|
8 |
+
gradio
|