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