Update requirements.txt
Browse files- requirements.txt +10 -7
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torch==2.1.2+cu118
|
3 |
+
autoawq==0.2.4
|
4 |
+
transformers==4.38.2
|
5 |
+
sentencepiece==0.1.99
|
6 |
+
accelerate==0.27.2
|
7 |
+
gradio==4.24.0
|
8 |
+
ninja==1.11.1.1
|
9 |
+
einops==0.7.0
|
10 |
+
hf-transfer==0.1.6
|