Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
transformers==4.35.2
|
2 |
peft==0.8.2
|
3 |
auto-gptq==0.6.0
|
4 |
-
optimum==1.16.2
|
|
|
|
|
|
1 |
transformers==4.35.2
|
2 |
peft==0.8.2
|
3 |
auto-gptq==0.6.0
|
4 |
+
optimum==1.16.2
|
5 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
6 |
+
torch
|