teszenofficial commited on
Commit
c173fb9
·
verified ·
1 Parent(s): f7f21e1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -3
requirements.txt CHANGED
@@ -1,5 +1,16 @@
1
- fastapi
2
- uvicorn
3
  torch
 
 
 
 
 
 
 
 
 
4
  sentencepiece
5
- huggingface_hub
 
 
 
 
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