fix: Resolve issues #7, #8, #9 - moviepy, transformers, Whisper OOM

Issue #7: Handle moviepy 2.x removing verbose param from write_audiofile

Issue #8: Pin transformers<5.0.0 to fix summarization pipeline task registry

Issue #9: Add Whisper model memory warnings and OOM error handling
This commit is contained in:
Your Name
2026-03-03 02:10:52 -05:00
parent 70c5d32413
commit d1e1fedcae
4 changed files with 134 additions and 93 deletions

View File

@ -13,7 +13,7 @@ humanize>=4.6.0
# torchaudio >= 2.1.0 is REQUIRED for diarization to work properly
# Transformers ecosystem
transformers>=4.35.0
transformers>=4.35.0,<5.0.0
tokenizers>=0.14.0
# ML dependencies - use flexible versions for compatibility