Update requirements.txt
Browse files- requirements.txt +13 -12
requirements.txt
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
-
numpy>=1.21.0
|
| 2 |
-
sentence-transformers>=2.2.2
|
| 3 |
-
faiss-cpu>=1.7.0
|
| 4 |
-
torch>=2.0.1
|
| 5 |
-
transformers>=4.30.2
|
| 6 |
-
accelerate>=0.20.3
|
| 7 |
-
gradio>=4.31
|
| 8 |
-
huggingface_hub>=0.15.1
|
| 9 |
-
bitsandbytes==0.43.1; platform_system!="Windows" and platform_machine=="x86_64"
|
| 10 |
-
openai
|
| 11 |
-
langchain
|
| 12 |
-
langchain-community
|
|
|
|
|
|
| 1 |
+
numpy>=1.21.0
|
| 2 |
+
sentence-transformers>=2.2.2
|
| 3 |
+
faiss-cpu>=1.7.0
|
| 4 |
+
torch>=2.0.1
|
| 5 |
+
transformers>=4.30.2
|
| 6 |
+
accelerate>=0.20.3
|
| 7 |
+
gradio>=4.31
|
| 8 |
+
huggingface_hub>=0.15.1
|
| 9 |
+
bitsandbytes==0.43.1; platform_system!="Windows" and platform_machine=="x86_64"
|
| 10 |
+
openai
|
| 11 |
+
langchain
|
| 12 |
+
langchain-community
|
| 13 |
+
reportlab
|