15 lines
387 B
Text
15 lines
387 B
Text
# Core dependencies
|
|
fastapi>=0.103.1
|
|
uvicorn>=0.23.2
|
|
jinja2>=3.1.2
|
|
pydantic>=2.3.0
|
|
numpy>=1.24.0
|
|
requests>=2.31.0
|
|
sounddevice>=0.4.6
|
|
python-multipart>=0.0.6
|
|
|
|
# SNAC is required for audio generation from tokens
|
|
snac>=0.3.0
|
|
|
|
# PyTorch - Note: Install PyTorch with CUDA 12.4 support separately:
|
|
# pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
|