Standalone Faster-Whisper r192.3 running on: CUDA
Traceback (most recent call last):
File "D:\whisper-fast\__main__.py", line 1600, in <module>
File "D:\whisper-fast\__main__.py", line 1431, in cli
File "faster_whisper\transcribe.py", line 151, in __init__
Exception: data did not match any variant of untagged enum ModelWrapper at line 264861 column 3
[6636] Failed to execute script '__main__' due to unhandled exception!
I converted this model https://huggingface.co/Oriserve/Whisper-Hindi2Hinglish-Prime
with
ct2-transformers-converter --model "D:/Downloads/Whisper-Hindi2Hinglish-Prime/" --output_dir "D:/Downloads/Whisper-Hindi2Hinglish-Prime-ct2/" --copy_files tokenizer.json preprocessor_config.json --quantization float16It converted but when I tried to use it I got this error