Skip to content

WhisperX Unsupported ASR Engine? #338

@pypeaday

Description

@pypeaday

Running this in docker compose and wanted to try out whisperx but I get this in the logs

whisper_asr-1  | Traceback (most recent call last):                                                                                                            
whisper_asr-1  |   File "/app/.venv/bin/whisper-asr-webservice", line 3, in <module>                                                  
whisper_asr-1  |     from app.webservice import start                                                                                                          
whisper_asr-1  |   File "/app/app/webservice.py", line 19, in <module>                                                                                         
whisper_asr-1  |    Iasr_model = ASRModeeFactory.createIasr_model()                                                                                            
whisper_asr-1  |   File "/app/app/factory/asr_model_factory.py", line 15, in create_asr_model                                                            
whisper_asr-1  |     raise ValueError(f"Unsupported ASR engine: {CONFIG.ASR_ENGINE}")    
whisper_asr-1  | ValueError: Unsupported ASR engine: whisperx                                                                                                  
whisper_asr-1 exited with code 1  

using this image sha256:048e9bfc18bc26e254e308f9230da6ed9b1c32f012e51e8c2016d322b293e405

Any guidance would be great!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions