Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
llama-cpp-python --only-binary=:all: --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121
|
2 |
+
pypdf
|
3 |
+
sentence_transformers
|
4 |
+
transformers
|
5 |
+
einops
|
6 |
+
accelerate
|
7 |
+
langchain
|
8 |
+
bitsandbytes
|
9 |
+
huggingface_hub
|
10 |
+
langchain-huggingface
|
11 |
+
tiktoken
|
12 |
+
chromadb
|
13 |
+
langchain-community
|
14 |
+
faiss-cpu
|
15 |
+
streamlit
|