Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
gradio>=4.0.0
|
3 |
transformers>=4.35.0
|
@@ -5,5 +7,3 @@ torch>=2.0.0
|
|
5 |
accelerate>=0.24.0
|
6 |
sentencepiece>=0.1.99
|
7 |
protobuf>=3.20.0
|
8 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
9 |
-
torch
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
huggingface_hub==0.25.2
|
4 |
gradio>=4.0.0
|
5 |
transformers>=4.35.0
|
|
|
7 |
accelerate>=0.24.0
|
8 |
sentencepiece>=0.1.99
|
9 |
protobuf>=3.20.0
|
|
|
|