Smart Turn V3 support

This commit is contained in:
marcus-daily
2025-08-18 14:54:52 +01:00
committed by Marcus
parent b31322e38e
commit a2e76bcad8
3 changed files with 108 additions and 18 deletions

View File

@@ -95,6 +95,7 @@ sambanova = []
sarvam = [ "websockets>=13.1,<15.0" ]
sentry = [ "sentry-sdk~=2.23.1" ]
local-smart-turn = [ "coremltools>=8.0", "transformers", "torch>=2.5.0,<3", "torchaudio>=2.5.0,<3" ]
local-smart-turn-v3 = [ "transformers", "torch>=2.5.0,<3", "torchaudio>=2.5.0,<3", "onnxruntime" ]
remote-smart-turn = []
silero = [ "onnxruntime~=1.20.1" ]
simli = [ "simli-ai~=0.1.10"]