Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/4719
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 8/19/2024
**Status:** ✅ Merged
**Merged:** 8/19/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/faster-whisper-1.0.3`
---
### 📝 Commits (1)
- [`589c79f`](https://github.com/open-webui/open-webui/commit/589c79f3c22dd23ebf76d1a120eb8b8db302b5b3) chore(deps): bump faster-whisper from 1.0.2 to 1.0.3 in /backend
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements.txt` (+1 -1)
</details>
### 📄 Description
Bumps [faster-whisper](https://github.com/SYSTRAN/faster-whisper) from 1.0.2 to 1.0.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/SYSTRAN/faster-whisper/releases">faster-whisper's releases</a>.</em></p>
<blockquote>
<h2>faster-whisper 1.0.3</h2>
<h2>Upgrade Silero-Vad model to latest V5 version (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/pull/884">SYSTRAN/faster-whisper#884</a>)</h2>
<p>Silero-vad V5 release: <a href="https://github.com/snakers4/silero-vad/releases/tag/v5.0">https://github.com/snakers4/silero-vad/releases/tag/v5.0</a></p>
<ul>
<li>window_size_samples parameter is fixed at 512.</li>
<li>Change to use the state variable instead of the existing h and c variables.</li>
<li>Slightly changed internal logic, now some context (part of previous chunk) is passed along with the current chunk.</li>
<li>Change the dimensions of the state variable from 64 to 128.</li>
<li>Replace ONNX file with V5 version</li>
</ul>
<h2>Other changes</h2>
<ul>
<li>Improve language detection when using clip_timestamps (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/867">#867</a>)</li>
<li>Docker file improvements (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/848">#848</a>)</li>
<li>Fix <a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/839">#839</a> incorrect clip_timestamps being used in model (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/842">#842</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/SYSTRAN/faster-whisper/commit/c22db5125d21d81744614f458b78604650038d3d"><code>c22db51</code></a> Bump version to 1.0.3 (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/887">#887</a>)</li>
<li><a href="https://github.com/SYSTRAN/faster-whisper/commit/8862bee1f8ee4974bc66bf61620a51383f7508d8"><code>8862bee</code></a> Improve language detection when using clip_timestamps (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/867">#867</a>)</li>
<li><a href="https://github.com/SYSTRAN/faster-whisper/commit/8d400e9870fe9d59e71212c805be6536da7246c2"><code>8d400e9</code></a> Upgrade to Silero-Vad V5 (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/884">#884</a>)</li>
<li><a href="https://github.com/SYSTRAN/faster-whisper/commit/bced5f04c09967b91ced5d2d605e4c9853b2479e"><code>bced5f0</code></a> docs: add 'faster-whisper-server' community integration (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/861">#861</a>)</li>
<li><a href="https://github.com/SYSTRAN/faster-whisper/commit/65551c081f17f30e9e73debbbdd148233de67ac7"><code>65551c0</code></a> Docker file improvements (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/848">#848</a>)</li>
<li><a href="https://github.com/SYSTRAN/faster-whisper/commit/f53be1e81188327bd5c34e3f026e8e306a12b236"><code>f53be1e</code></a> Add distil models to WhisperModel init and download_model docstrings (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/847">#847</a>)</li>
<li><a href="https://github.com/SYSTRAN/faster-whisper/commit/4acdb5c619711eb9c0e1779e6fb1a6ff3d68d61b"><code>4acdb5c</code></a> Fix <a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/839">#839</a> incorrect clip_timestamps being used in model (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/842">#842</a>)</li>
<li><a href="https://github.com/SYSTRAN/faster-whisper/commit/a1c3583c960311fd1379681f995db9bed0e2ead7"><code>a1c3583</code></a> Update README.md (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/841">#841</a>)</li>
<li><a href="https://github.com/SYSTRAN/faster-whisper/commit/2036d126343053c15ec9009df49b62a17126f81f"><code>2036d12</code></a> Add Dockerfile example (<a href="https://redirect.github.com/SYSTRAN/faster-whisper/issues/828">#828</a>)</li>
<li>See full diff in <a href="https://github.com/SYSTRAN/faster-whisper/compare/v1.0.2...v1.0.3">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/4719
Author: @dependabot[bot]
Created: 8/19/2024
Status: ✅ Merged
Merged: 8/19/2024
Merged by: @tjbck
Base:
dev← Head:dependabot/pip/backend/dev/faster-whisper-1.0.3📝 Commits (1)
589c79fchore(deps): bump faster-whisper from 1.0.2 to 1.0.3 in /backend📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps faster-whisper from 1.0.2 to 1.0.3.
Release notes
Sourced from faster-whisper's releases.
Commits
c22db51Bump version to 1.0.3 (#887)8862beeImprove language detection when using clip_timestamps (#867)8d400e9Upgrade to Silero-Vad V5 (#884)bced5f0docs: add 'faster-whisper-server' community integration (#861)65551c0Docker file improvements (#848)f53be1eAdd distil models to WhisperModel init and download_model docstrings (#847)4acdb5cFix #839 incorrect clip_timestamps being used in model (#842)a1c3583Update README.md (#841)2036d12Add Dockerfile example (#828)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.