Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,14 @@
|
|
| 1 |
-
pandas
|
| 2 |
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
langchain_ollama
|
| 4 |
langchain_community
|
| 5 |
langchain_core
|
| 6 |
-
|
| 7 |
torch
|
|
|
|
| 8 |
huggingface_hub==0.25.2
|
|
|
|
|
|
|
| 1 |
transformers
|
| 2 |
+
langchain
|
| 3 |
+
faiss-cpu
|
| 4 |
+
pandas
|
| 5 |
+
gradio
|
| 6 |
+
accelerate
|
| 7 |
+
bitsandbytes
|
| 8 |
langchain_ollama
|
| 9 |
langchain_community
|
| 10 |
langchain_core
|
| 11 |
+
|
| 12 |
torch
|
| 13 |
+
|
| 14 |
huggingface_hub==0.25.2
|