31 lines
384 B
Plaintext
31 lines
384 B
Plaintext
|
|
# Core ML
|
||
|
|
torch>=2.1.0
|
||
|
|
torchaudio>=2.1.0
|
||
|
|
audiocraft>=1.3.0
|
||
|
|
xformers>=0.0.22
|
||
|
|
|
||
|
|
# UI
|
||
|
|
gradio>=4.0.0
|
||
|
|
|
||
|
|
# API
|
||
|
|
fastapi>=0.104.0
|
||
|
|
uvicorn[standard]>=0.24.0
|
||
|
|
python-multipart>=0.0.6
|
||
|
|
|
||
|
|
# GPU Monitoring
|
||
|
|
pynvml>=11.5.0
|
||
|
|
|
||
|
|
# Storage
|
||
|
|
aiosqlite>=0.19.0
|
||
|
|
|
||
|
|
# Configuration
|
||
|
|
pydantic>=2.5.0
|
||
|
|
pydantic-settings>=2.1.0
|
||
|
|
pyyaml>=6.0
|
||
|
|
|
||
|
|
# Audio Processing
|
||
|
|
numpy>=1.24.0
|
||
|
|
scipy>=1.11.0
|
||
|
|
librosa>=0.10.0
|
||
|
|
soundfile>=0.12.0
|