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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user