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