File size: 489 Bytes
dc9890b
659a5b7
 
 
 
c2f9e6c
 
 
 
 
 
 
 
 
 
dc9890b
c2f9e6c
dc9890b
c2f9e6c
 
dc9890b
c2f9e6c
 
 
 
 
 
 
 
 
dc9890b
c2f9e6c
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Core dependencies
numpy
websockets
aiohttp
aiosignal
async-timeout
attrs
charset-normalizer
frozenlist
multidict
fastapi
uvicorn
jinja2
humanize
yarl
python-multipart

# AI/ML dependencies
torch
transformers
accelerate
safetensors
sentencepiece  # Required for Llama tokenizer

# Runtime dependencies
psutil  # For system monitoring
ujson  # Fast JSON processing
tqdm  # Progress bars
colorama  # Terminal colors

# Development dependencies (not needed in production)
pytest
black
pylint