langchain/libs
hulitaitai 7d0a008744
community[minor]: Add audio-parser "faster-whisper" in audio.py (#20012)
faster-whisper is a reimplementation of OpenAI's Whisper model using
CTranslate2, which is up to 4 times faster than enai/whisper for the
same accuracy while using less memory. The efficiency can be further
improved with 8-bit quantization on both CPU and GPU.

It can automatically detect the following 14 languages and transcribe
the text into their respective languages: en, zh, fr, de, ja, ko, ru,
es, th, it, pt, vi, ar, tr.

The gitbub repository for faster-whisper is :
    https://github.com/SYSTRAN/faster-whisper

---------

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
2024-04-18 20:50:59 +00:00
..
cli templates: readme langsmith not private beta (#20173) 2024-04-12 13:08:10 -07:00
community community[minor]: Add audio-parser "faster-whisper" in audio.py (#20012) 2024-04-18 20:50:59 +00:00
core core: fix fireworks mapping (#20613) 2024-04-18 18:08:40 +00:00
experimental experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
langchain experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
partners mistral[patch]: Support both model and model_name (#20557) 2024-04-18 16:12:33 -04:00
standard-tests mistral, openai: allow anthropic-style messages in message histories (#20565) 2024-04-17 15:55:45 -04:00
text-splitters text-splitters[minor]: Add lua code splitting (#20421) 2024-04-13 22:42:51 +00:00