MetaDebate / viral_script_engine /requirements.txt
vajeeda's picture
feat(phase0): add Groq backend, set as default (llama-3.3-70b-versatile)
5fcd0ee
Raw
History Blame Contribute Delete
465 Bytes
# Core — required
transformers>=4.40.0
torch>=2.2.0
accelerate>=0.28.0
unsloth
trl>=0.12.0
sentence-transformers>=2.7.0
pydantic>=2.0.0
numpy>=1.26.0
python-dotenv>=1.0.0
rich>=13.0.0
fastapi>=0.110.0
uvicorn>=0.29.0
pytest>=8.0.0
matplotlib>=3.8.0
openenv
# Optional — only needed if using non-Qwen backends
groq>=0.9.0 # only if backend="groq"
anthropic>=0.40.0 # only if backend="anthropic"
openai>=1.0.0 # only if backend="openai"