get("talk", "faster_whisper", "beam_size")) language = config.get("talk", "faster_whisper", "language") if language == "自动识别": language = None segments, info = faster_whisper_model.transcribe(WAVE_OUTPUT_FILENAME, language=language, beam_size=config.get("talk", "faster_whisper"...
Faster-Whisperhttps://github.com/SYSTRAN/faster-whisper是一个使用 CTranslate2 重新实现的 OpenAI Whisper 模型,旨在提高转录速度和效率。 它显著提高了处理速度,与原始 Whisper 模型相比,保持了相同的准确性的同时,速度提升了最多 4 倍,并且降低了内存使用量。 此外,它支持 CPU 和 GPU 上的 8 位量化,进一步...
faster_whisper新增语言设定;修复录音解析失败无法重复录音bug;新增音频信息回调开关 #855 Merged Ikaros-521 merged 2 commits into main from owner May 23, 2024 +77 −163,408 Conversation 0 Commits 2 Checks 2 Files changed 229 ConversationOwner Ikaros-521 commented May 23, 2024 因为这个音频信息...
v3ucnwants to merge3commits intoRVC-Boss:mainfromv3ucn:添加-faster-whisper-转写多种语言,提高效率 The head ref may contain hidden characters:"\u6DFB\u52A0-faster-whisper-\u8F6C\u5199\u591A\u79CD\u8BED\u8A00\uFF0C\u63D0\u9AD8\u6548\u7387" ...
faster-whisper is a reimplementation of OpenAI's Whisper model using CTranslate2, which is a fast inference engine for Transformer models.This implementation is up to 4 times faster than openai/whisper for the same accuracy while using less memory. The efficiency can be further improved with 8-...
faster-whisper is a reimplementation of OpenAI's Whisper model using CTranslate2, which is a fast inference engine for Transformer models.This implementation is up to 4 times faster than openai/whisper for the same accuracy while using less memory. The efficiency can be further improved with 8-...
faster-whisper is a reimplementation of OpenAI's Whisper model using CTranslate2, which is a fast inference engine for Transformer models.This implementation is up to 4 times faster than openai/whisper for the same accuracy while using less memory. The efficiency can be further improved with 8-...
faster_whisper tests .gitignore CONTRIBUTING.md LICENSE MANIFEST.in README.md requirements.conversion.txt requirements.txt setup.cfg setup.py README License faster-whisperis a reimplementation of OpenAI's Whisper model usingCTranslate2, which is a fast inference engine for Transformer models. ...
faster-whisper is a reimplementation of OpenAI's Whisper model using CTranslate2, which is a fast inference engine for Transformer models.This implementation is up to 4 times faster than openai/whisper for the same accuracy while using less memory. The efficiency can be further improved with 8-...
faster-whisperis a reimplementation of OpenAI's Whisper model usingCTranslate2, which is a fast inference engine for Transformer models. This implementation is up to 4 times faster thanopenai/whisperfor the same accuracy while using less memory. The efficiency can be further improved with 8-bit ...