Update requirements.txt
Browse files- requirements.txt +9 -22
requirements.txt
CHANGED
@@ -1,22 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
pandas==2.0.3
|
11 |
-
numpy==1.24.3
|
12 |
-
scikit-learn==1.3.0
|
13 |
-
|
14 |
-
# LangChain for building conversational agents
|
15 |
-
langchain==0.0.340
|
16 |
-
|
17 |
-
# Deep learning backend (PyTorch or TensorFlow)
|
18 |
-
torch==2.0.1
|
19 |
-
# tensorflow==2.12.0
|
20 |
-
|
21 |
-
# Additional utilities
|
22 |
-
tqdm==4.65.0 # Progress bars
|
|
|
1 |
+
transformers
|
2 |
+
torch
|
3 |
+
accelerate
|
4 |
+
huggingface_hub
|
5 |
+
fastapi
|
6 |
+
uvicorn
|
7 |
+
numpy
|
8 |
+
scipy
|
9 |
+
pydantic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|