diff options
| author | yum <yum.food.vr@gmail.com> | 2023-07-07 02:30:18 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-07-07 02:35:51 -0700 |
| commit | 7a576bcac1c37c3c5a59fadf172aa70b15ff83c8 (patch) | |
| tree | e7fa6e499e3bc12ddf4096aad30f2705f34ce556 /Scripts/requirements.txt | |
| parent | 2793ac9dd31059f2fc29f7978bcb688a7de664ed (diff) | |
Enforce a stricter avg_logbprob than defaultv0.13.1
Common hallucinations sneak in around -0.9 avg_logprob.
Also:
* Limit temperatures to just 0.0. Multiple values cause latency to
occasionally spike.
Diffstat (limited to 'Scripts/requirements.txt')
| -rw-r--r-- | Scripts/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt index 647e942..80bf93d 100644 --- a/Scripts/requirements.txt +++ b/Scripts/requirements.txt @@ -1,6 +1,6 @@ ctranslate2 editdistance -faster-whisper@https://github.com/guillaumekln/faster-whisper/archive/358d373691c95205021bd4bbf28cde7ce4d10030.tar.gz +faster-whisper@https://github.com/guillaumekln/faster-whisper/archive/78d57d73c5b4a76b32d1d5a415e4e7aea760295c.tar.gz future==0.18.2 keyboard langcodes |
