prompt #1

Open
heimoshuiyu wants to merge 33 commits from prompt into master
Owner

This PR is to show the diff between branch "prompt" and "master"

This PR is to show the diff between branch "prompt" and "master"
heimoshuiyu added 6 commits 2024-02-23 10:57:56 +08:00
Author
Owner

To test this branch:

pip uninstall faster-whisper
pip install git+https://git.yongyuancv.cn/heimoshuiyu/faster-whisper@prompt
To test this branch: ```bash pip uninstall faster-whisper pip install git+https://git.yongyuancv.cn/heimoshuiyu/faster-whisper@prompt ```
heimoshuiyu added 5 commits 2024-03-10 11:55:01 +08:00
heimoshuiyu added 1 commit 2024-04-08 20:56:59 +08:00
heimoshuiyu added 20 commits 2024-07-10 10:17:00 +08:00
* CUDA version note and updated instructions in README

* ctranslate2 downgrade note, cuDNN v9 consideration

* clearer note on cuDNN v9 package
* add hotword params

---------

Co-authored-by: jax <jax_builder@gamil.com>
* Clarify documentation for hotwords

* Remove redundant type specifications
Spelling correction for copy/pasters
* Fix #839

Changed the code from updating the TranscriptionOptions class instead of the options object which likely was the cause of unexpected behaviour
* chore: add distil models to WhisperModel init docstring and download_model docstring
Docker file improvements

Co-authored-by: Fedir Zadniprovskyi <github.g1k56@simplelogin.com>
Co-authored-by: Fedir Zadniprovskyi <github.g1k56@simplelogin.com>
* Fix window_size_samples to 512

* Update SileroVADModel

* Replace ONNX file with V5 version
* Filter out non_speech_tokens in suppressed tokens
heimoshuiyu added 4 commits 2024-09-04 17:48:26 +08:00
heimoshuiyu added 1 commit 2024-09-12 00:51:17 +08:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin prompt:prompt
git checkout prompt
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: heimoshuiyu/faster-whisper#1
No description provided.