Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -18
requirements.txt
CHANGED
|
@@ -1,22 +1,17 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
langchain==0.2.1
|
| 5 |
langchain-core==0.2.3
|
| 6 |
langchain-community==0.2.1
|
| 7 |
langchain-huggingface==0.0.3
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
uvicorn>=0.14.0
|
| 15 |
-
spaces
|
| 16 |
-
pandas
|
| 17 |
-
beautifulsoup4
|
| 18 |
-
pytz
|
| 19 |
-
requests
|
| 20 |
-
# Tool-specific dependencies
|
| 21 |
-
ddgs==9.6.1
|
| 22 |
-
duckduckgo-search
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
|
| 3 |
+
torch==2.3.0
|
| 4 |
+
transformers==4.41.0
|
| 5 |
+
accelerate==0.30.1
|
| 6 |
+
bitsandbytes==0.43.1
|
| 7 |
+
|
| 8 |
langchain==0.2.1
|
| 9 |
langchain-core==0.2.3
|
| 10 |
langchain-community==0.2.1
|
| 11 |
langchain-huggingface==0.0.3
|
| 12 |
+
|
| 13 |
+
gradio==4.16.0
|
| 14 |
+
pandas==2.2.2
|
| 15 |
+
beautifulsoup4==4.12.3
|
| 16 |
+
pytz==2024.1
|
| 17 |
+
duckduckgo-search==5.3.1b1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|