Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -4,6 +4,8 @@ requests==2.32.3
|
|
| 4 |
pydantic==2.8.2
|
| 5 |
orjson==3.10.7
|
| 6 |
json5==0.9.25
|
|
|
|
|
|
|
| 7 |
# If you later want local models instead of Inference API, uncomment below
|
| 8 |
# transformers==4.43.3
|
| 9 |
# torch>=2.2.0
|
|
|
|
| 4 |
pydantic==2.8.2
|
| 5 |
orjson==3.10.7
|
| 6 |
json5==0.9.25
|
| 7 |
+
transformers
|
| 8 |
+
torch
|
| 9 |
# If you later want local models instead of Inference API, uncomment below
|
| 10 |
# transformers==4.43.3
|
| 11 |
# torch>=2.2.0
|