Update requirements.txt
Browse files- requirements.txt +14 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,16 @@
|
|
| 1 |
-
|
| 2 |
-
uvicorn
|
| 3 |
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
sentencepiece
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core dependencies for MTP 3
|
|
|
|
| 2 |
torch
|
| 3 |
+
fastapi
|
| 4 |
+
uvicorn[standard]
|
| 5 |
+
pydantic
|
| 6 |
+
python-multipart
|
| 7 |
+
|
| 8 |
+
# Hugging Face
|
| 9 |
+
huggingface-hub
|
| 10 |
+
|
| 11 |
+
# NLP and tokenization
|
| 12 |
sentencepiece
|
| 13 |
+
|
| 14 |
+
# Utilities
|
| 15 |
+
pyyaml
|
| 16 |
+
tqdm
|