Spaces:
Running
on
Zero
Running
on
Zero
Daryl Lim
commited on
Commit
·
55a0a7d
1
Parent(s):
af43646
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -2,13 +2,12 @@ langchain>=0.3.23
|
|
2 |
langchain-community>=0.3.21
|
3 |
langchain-core>=0.3.51
|
4 |
langchain-huggingface>=0.1.2
|
5 |
-
markdown>=3.7
|
6 |
docling>=2.28.4
|
7 |
unstructured>=0.17.2
|
8 |
faiss-cpu>=1.10.0
|
9 |
-
requests>=2.32.3
|
10 |
torch
|
11 |
transformers>=4.51.1
|
12 |
accelerate>=1.6.0
|
|
|
13 |
gradio
|
14 |
-
einops>=0.8.1
|
|
|
2 |
langchain-community>=0.3.21
|
3 |
langchain-core>=0.3.51
|
4 |
langchain-huggingface>=0.1.2
|
|
|
5 |
docling>=2.28.4
|
6 |
unstructured>=0.17.2
|
7 |
faiss-cpu>=1.10.0
|
|
|
8 |
torch
|
9 |
transformers>=4.51.1
|
10 |
accelerate>=1.6.0
|
11 |
+
bitsandbytes>=0.44.0
|
12 |
gradio
|
13 |
+
einops>=0.8.1
|