Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
torch
|
2 |
transformers
|
3 |
streamlit
|
4 |
huggingface_hub
|
5 |
-
optimum
|
6 |
-
accelerate
|
7 |
-
peft
|
8 |
auto-gptq
|
9 |
-
pdfminer.six
|
10 |
-
|
|
|
1 |
+
torch==2.2.0
|
2 |
transformers
|
3 |
streamlit
|
4 |
huggingface_hub
|
5 |
+
optimum==1.16.2
|
6 |
+
accelerate==0.26.1
|
7 |
+
peft==0.8.2
|
8 |
auto-gptq
|
9 |
+
pdfminer.six
|
|