Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +10 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
transformers==4.44.2
|
| 3 |
+
torch==2.3.1
|
| 4 |
+
accelerate==0.33.0
|
| 5 |
+
huggingface-hub==0.24.6
|
| 6 |
+
chromadb==0.5.3
|
| 7 |
+
sentence-transformers==3.0.1
|
| 8 |
+
langchain==0.2.14
|
| 9 |
+
langchain-community==0.2.12
|
| 10 |
+
python-dotenv==1.0.1
|