ATC_Nima_Model / requirements.txt
TheNormsOfIntelligence's picture
Restructure into nima_unified package + add model card
7caf3c0 verified
Raw
History Blame Contribute Delete
594 Bytes
# ── Core deep-learning stack ──
torch>=2.1.0
transformers>=4.43.0
tokenizers>=0.19.0
accelerate>=0.30.0
safetensors>=0.4.0
# ── Fine-tuning ──
peft>=0.10.0
datasets>=2.18.0
# ── Numerics / system ──
numpy>=1.24.0
psutil>=5.9.0
# ── Voice (OmniVoice v3 β€” optional but recommended) ──
# Uncomment to enable Whisper ASR + XTTS neural TTS:
# openai-whisper>=20231117
# TTS>=0.22.0
# sounddevice>=0.4.6
# soundfile>=0.12.1
# ── Benchmarking / dashboard ──
scikit-learn>=1.3.0
tqdm>=4.65.0
# ── Optional: HF Hub push ──
huggingface_hub>=0.23.0