Spaces:
Runtime error
Runtime error
Add additional library requirements (#2)
Browse files- Add additional library requirements (cf58e4757679322e62a14d4741ce29145ee27909)
Co-authored-by: Jeb Cui <jebcui@users.noreply.huggingface.co>
- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -2,4 +2,7 @@ flask
|
|
2 |
gradio
|
3 |
torch
|
4 |
transformers
|
5 |
-
langchain
|
|
|
|
|
|
|
|
2 |
gradio
|
3 |
torch
|
4 |
transformers
|
5 |
+
langchain
|
6 |
+
chromadb
|
7 |
+
accelerate
|
8 |
+
bitsandbytes
|