Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
transformers
|
4 |
+
torch
|
5 |
+
datasets
|
6 |
+
llama-index-core
|
7 |
+
llama-index-embeddings-huggingface
|
8 |
+
llama-index-vector-stores-faiss
|
9 |
+
llama-index-readers-file
|
10 |
+
faiss-cpu
|
11 |
+
sentence-transformers
|
12 |
+
huggingface_hub
|
13 |
+
bitsandbytes
|