1
0
Files
ContentGeneration/requirements.txt

18 lines
407 B
Plaintext

# Core project dependencies inferred from imports in this workspace
boto3
python-dotenv
elevenlabs
torch
transformers
diffusers
accelerate
safetensors
huggingface-hub
# Optional but commonly required for 4-bit quantization with BitsAndBytesConfig
bitsandbytes
# Notes:
# - ffmpeg/ffprobe are required by video scripts but installed at OS level, not via pip.
# - torchrun is provided by the torch package.