Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -8,4 +8,7 @@ scikit-learn>=1.2.0
|
|
8 |
scipy>=1.10.0
|
9 |
python-dotenv>=1.0.0
|
10 |
smolagents>=0.1.0
|
11 |
-
litellm>=1.0.0
|
|
|
|
|
|
|
|
8 |
scipy>=1.10.0
|
9 |
python-dotenv>=1.0.0
|
10 |
smolagents>=0.1.0
|
11 |
+
litellm>=1.0.0
|
12 |
+
transformers
|
13 |
+
torch
|
14 |
+
accelerate
|