Spaces:
Runtime error
Runtime error
Commit
·
61d3189
1
Parent(s):
6040e4c
adding LLM On doc using on-prem Hugging face models
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -9,3 +9,5 @@ torch
|
|
9 |
faiss-cpu
|
10 |
sentence-transformers
|
11 |
chromadb
|
|
|
|
|
|
9 |
faiss-cpu
|
10 |
sentence-transformers
|
11 |
chromadb
|
12 |
+
bitsandbytes
|
13 |
+
accelerate
|