You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
RAI depends on multiple packages. Some of them should be optional
Describe the solution you'd like
Plan:
rai_asr
This module depends on
openai-whisper (for local asr)
torch&torchaudio for silero vad
Most of the cuda packages come from torch installation.
While openai-whisper could be optional, silero vad (or any vad) is required.
One of the solutions would be to use onnx runtime for the silero vad https://github.com/snakers4/silero-vad
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
RAI depends on multiple packages. Some of them should be optional
Describe the solution you'd like
Plan:
rai_asr
This module depends on
Most of the cuda packages come from torch installation.
While openai-whisper could be optional, silero vad (or any vad) is required.
One of the solutions would be to use onnx runtime for the silero vad https://github.com/snakers4/silero-vad
The text was updated successfully, but these errors were encountered: