2026-02-25 14:41:04 +02:00
|
|
|
# PyTorch CPU-only (used solely for Silero VAD which runs on CPU)
|
|
|
|
|
# Silero VAD's OnnxWrapper uses torch tensors internally but does not need GPU.
|
|
|
|
|
# Faster-Whisper/CTranslate2 handles GPU transcription via CUDA directly.
|
|
|
|
|
# torchaudio is required by silero-vad's utils_vad.py top-level import.
|
|
|
|
|
torch==2.7.1+cpu
|
|
|
|
|
torchaudio==2.7.1+cpu
|
|
|
|
|
--index-url https://download.pytorch.org/whl/cpu
|