Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
sentencepiece
|
2 |
einops
|
3 |
-
|
4 |
-
torch
|
5 |
-
|
6 |
-
|
7 |
-
accelerate --find-links https://download.pytorch.org/whl/cu118
|
|
|
1 |
sentencepiece
|
2 |
einops
|
3 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
4 |
+
torch
|
5 |
+
accelerate
|
6 |
+
transformers
|
|