Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -4,4 +4,6 @@ transformers>=4.35.0
|
|
4 |
torch>=2.0.0
|
5 |
accelerate>=0.24.0
|
6 |
sentencepiece>=0.1.99
|
7 |
-
protobuf>=3.20.0
|
|
|
|
|
|
4 |
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
|