Faster-whisper

Latest version: v1.1.0

Safety actively analyzes 681995 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 6

0.3.0

* Converted models are now available on the [Hugging Face Hub](https://huggingface.co/guillaumekln) and are automatically downloaded when creating a `WhisperModel` instance. The conversion step is no longer required for the original Whisper models.

python
Automatically download https://huggingface.co/guillaumekln/faster-whisper-large-v2
model = WhisperModel("large-v2")


* Run the encoder only once for each 30-second window. Before this change the same window could be encoded multiple times, for example in the temperature fallback or when word-level timestamps is enabled.

0.2.0

Initial publication of the library on PyPI: https://pypi.org/project/faster-whisper/

Page 6 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.