Commit 6ef7a2dd authored by Your Name's avatar Your Name

Add faster-whisper to requirements for audio transcription

parent 606747de
......@@ -11,6 +11,9 @@ accelerate>=0.24.0
psutil>=5.9.0
# procname>=0.3.0 # optional - uncomment to set process name (requires libproc2-dev)
# Optional: Audio transcription dependencies
faster-whisper>=0.10.0 # For NVIDIA/CUDA whisper transcription
# Optional: for better performance with NVIDIA GPUs
bitsandbytes>=0.41.0
sentencepiece>=0.1.99
......
......@@ -36,6 +36,10 @@ accelerate>=0.24.0
psutil>=5.9.0
procname>=0.3.0
# Optional: Audio transcription dependencies
faster-whisper>=0.10.0 # For NVIDIA/CUDA whisper transcription
# whispercpp>=1.0.0 # Alternative whisper library (requires system dependencies)
# Optional: for better performance
# bitsandbytes>=0.41.0 # for 4-bit/8-bit quantization
# sentencepiece>=0.1.99 # for some tokenizers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment