moshi_general / requirements.txt
tezuesh's picture
Upload folder using huggingface_hub
22d5f88 verified
raw
history blame
664 Bytes
# PyTorch ecosystem with fixed versions
torch==2.4.1
torchaudio==2.4.1
torchvision==0.19.1
torchdata==0.10.0
# HuggingFace ecosystem
transformers==4.46.3
huggingface-hub==0.27.1
safetensors==0.5.1
accelerate>=0.20.0
datasets==3.1.0
# HTTP and utils
requests==2.32.3
urllib3==2.2.3
pyyaml==6.0.2
einops>=0.6.1
ulid-py==1.1.0
tqdm>=4.65.0
# NLP and text processing
sentencepiece==0.2.0
jiwer==3.0.5
# Data processing
numpy==1.24.4
pandas==2.0.3
scikit-learn==1.5.2
# Audio processing
pydub==0.25.1
librosa==0.10.2.post1
pyannote.audio==3.1.1
pesq==0.0.4
# Metrics and evaluation
torchmetrics==1.6.0
# Server
uvicorn==0.25.0
fastapi==0.104.1
pydantic==2.5.2