forked from LiveCarta/ContentGeneration
Refactored code, added Dockerfile, replaced bash scripts with python alternatives, added README with instructions on running a pipeline
This commit is contained in:
17
requirements.txt
Normal file
17
requirements.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user