Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +10 -12
requirements.txt
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
pymupdf==1.24.
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
accelerate>=0.25.0
|
12 |
-
bitsandbytes>=0.41.3
|
|
|
1 |
+
torch==2.2.1
|
2 |
+
transformers==4.38.2
|
3 |
+
langchain==0.1.14
|
4 |
+
langchain-community==0.0.29
|
5 |
+
gradio==4.24.0
|
6 |
+
pymupdf==1.24.1
|
7 |
+
sentence-transformers==2.3.1
|
8 |
+
accelerate==0.27.2
|
9 |
+
bitsandbytes==0.42.0
|
10 |
+
huggingface-hub==0.21.4
|
|
|
|