Switch to CUDA 12.8 + ONNX-based VAD for RTX 5090 Blackwell support
Upgrade PyTorch to 2.7+ with cu128 wheels for Blackwell (sm_120) GPU support. Replace silero-vad (which depends on torchaudio) with a direct ONNX Runtime implementation of the same Silero VAD model, eliminating the torchaudio dependency entirely. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+3
-2
@@ -1,9 +1,10 @@
|
||||
# torch and auto-gptq are installed in the Dockerfile with GPU-specific index URLs.
|
||||
# For local dev outside Docker: pip install torch --index-url https://download.pytorch.org/whl/cu121
|
||||
# For local dev outside Docker: pip install torch --index-url https://download.pytorch.org/whl/cu128
|
||||
transformers==4.57.6
|
||||
optimum>=1.19
|
||||
compressed-tensors>=0.5.0
|
||||
silero-vad>=5.1
|
||||
onnxruntime>=1.17.0
|
||||
huggingface-hub>=0.20.0
|
||||
qwen-asr==0.0.6
|
||||
kokoro==0.9.4
|
||||
fastapi>=0.115.0
|
||||
|
||||
Reference in New Issue
Block a user