Spaces:
Runtime error
Runtime error
optimization
Browse files- __pycache__/app.cpython-311.pyc +0 -0
- requirements.txt +2 -1
__pycache__/app.cpython-311.pyc
ADDED
Binary file (23.5 kB). View file
|
|
requirements.txt
CHANGED
@@ -4,7 +4,8 @@ requests==2.31.0
|
|
4 |
pandas==2.1.4
|
5 |
|
6 |
# SmolagentS and AI dependencies
|
7 |
-
smolagents==
|
|
|
8 |
transformers==4.45.2
|
9 |
torch==2.1.2
|
10 |
tokenizers==0.19.1
|
|
|
4 |
pandas==2.1.4
|
5 |
|
6 |
# SmolagentS and AI dependencies
|
7 |
+
smolagents==1.19.0
|
8 |
+
|
9 |
transformers==4.45.2
|
10 |
torch==2.1.2
|
11 |
tokenizers==0.19.1
|