Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
auto-gptq
|
2 |
optimum
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
1 |
auto-gptq
|
2 |
optimum
|
3 |
+
datasets
|
4 |
+
streamlit
|
5 |
+
transformers==4.31.0
|
6 |
+
peft
|
7 |
+
bitsandbytes==0.40.2
|
8 |
+
torch==2.0.1
|