chore(whisper-asr-webservice) move whisper-asr-webservice to stable (#10148)

**Description**
- Move app to stable train.
- update tag to the latest version
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
I really prefer updating the chart description from "Whisper is a
general-purpose speech recognition model." to "OpenAI Whisper ASR
Webservice API."

This chart isnt the whisper model itself, its an api web service.

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
Xstar97TheNoob
2023-07-04 15:36:25 +03:00
committed by GitHub
parent e501878358
commit 3a5161b2af
10 changed files with 18 additions and 18 deletions
@@ -1,12 +1,12 @@
apiVersion: v2 apiVersion: v2
appVersion: "1.1.0" appVersion: "1.1.1"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 12.14.6 version: 12.14.6
deprecated: false deprecated: false
description: Whisper is a general-purpose speech recognition model. description: Whisper is a general-purpose speech recognition model.
home: https://truecharts.org/charts/incubator/whisper-asr-webservice home: https://truecharts.org/charts/stable/whisper-asr-webservice
icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.png
keywords: keywords:
- whisper-asr-webservice - whisper-asr-webservice
@@ -18,10 +18,10 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: whisper-asr-webservice name: whisper-asr-webservice
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/whisper-asr-webservice - https://github.com/truecharts/charts/tree/master/charts/stable/whisper-asr-webservice
- https://github.com/ahmetoner/whisper-asr-webservice - https://github.com/ahmetoner/whisper-asr-webservice
type: application type: application
version: 0.0.7 version: 0.0.8
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- machine-learning - machine-learning
@@ -8,13 +8,13 @@ The main service runs a Interactive Swagger API documentation is available at <h
The **ASR Model** has the following values: The **ASR Model** has the following values:
| Model | Required VRAM | Relative speed | | Model | Required VRAM | Relative speed |
|---------|--------------|----------------| | ------ | ------------- | -------------- |
| tiny | ~1 GB | ~32x | | tiny | ~1 GB | ~32x |
| base | ~1 GB | ~16x | | base | ~1 GB | ~16x |
| small | ~2 GB | ~6x | | small | ~2 GB | ~6x |
| medium | ~5 GB | ~2x | | medium | ~5 GB | ~2x |
| large | ~10 GB | ~1x | | large | ~10 GB | ~1x |
Default is **Base**. Default is **Base**.
@@ -24,14 +24,14 @@ The **ASR Engine** is default to **Faster Whisper**, explained [here](https://gi
A list of Engines available. A list of Engines available.
| Engines | | Engines |
|--------------------| | -------------- |
| Faster Whisper | | Faster Whisper |
| OpenAI Whisper | | OpenAI Whisper |
## Cache ## Cache
> The ASR model is downloaded each time you start the container, using the large model this can take some time. If you want to decrease the time it takes to start your container by skipping the download, you can store the cache directory (/root/.cache/whisper) to an persistent storage. Next time you start your container the ASR Model will be taken from the cache instead of being downloaded again. > The ASR model is downloaded each time you start the container, using the large model this can take some time. If you want to decrease the time it takes to start your container by skipping the download, you can store the cache directory (/root/.cache/whisper) to an persistent storage. Next time you start your container the ASR Model will be taken from the cache instead of being downloaded again.
Important this will prevent you from receiving any updates to the models. > Important this will prevent you from receiving any updates to the models.
You can set the pre-persisted mount **whisper** as emptyDir and set it as default or memory if you have the ram for it. You can set the pre-persisted mount **whisper** as emptyDir and set it as default or memory if you have the ram for it.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

@@ -1,11 +1,11 @@
image: image:
repository: tccr.io/truecharts/whisper-asr-webservice-cpu repository: tccr.io/truecharts/whisper-asr-webservice-cpu
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.1.0@sha256:d23d734490bb8ae57d19d7c93965f213e9f96fb6f85b10c01f2f10ecec2e19f4 tag: v1.1.1@sha256:a8aa7c7298cdba9bd31e752fcfbd27cbb99a8e478abd81f20c57d868729638b4
gpuImage: gpuImage:
repository: tccr.io/truecharts/whisper-asr-webservice-gpu repository: tccr.io/truecharts/whisper-asr-webservice-gpu
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.1.0@sha256:39851411e99bbc02488d994f9d077197d8ef536e251e941006f5e0f65cb55461 tag: v1.1.1@sha256:64d515e7f6ea8fa03fd36bd67b68125e9ad525222f1ec0b520dd7e5c11dd0530
securityContext: securityContext:
container: container: