Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
cb5d88fcb2
commit
0e9eb2f8c6
|
@ -0,0 +1,8 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-0.0.8](https://github.com/truecharts/charts/compare/whisper-asr-webservice-0.0.7...whisper-asr-webservice-0.0.8) (2023-07-04)
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.1.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.14.6
|
||||
deprecated: false
|
||||
description: Whisper is a general-purpose speech recognition model.
|
||||
home: https://truecharts.org/charts/stable/whisper-asr-webservice
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.png
|
||||
keywords:
|
||||
- whisper-asr-webservice
|
||||
- machine-learning
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: whisper-asr-webservice
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/whisper-asr-webservice
|
||||
- https://github.com/ahmetoner/whisper-asr-webservice
|
||||
type: application
|
||||
version: 0.0.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- machine-learning
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [whisper-asr-webservice-0.0.8](https://github.com/truecharts/charts/compare/whisper-asr-webservice-0.0.7...whisper-asr-webservice-0.0.8) (2023-07-04)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Whisper is a general-purpose speech recognition model.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/whisper-asr-webservice](https://truecharts.org/charts/stable/whisper-asr-webservice)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,61 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/whisper-asr-webservice-cpu
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.1.1@sha256:a8aa7c7298cdba9bd31e752fcfbd27cbb99a8e478abd81f20c57d868729638b4
|
||||
gpuImage:
|
||||
repository: tccr.io/truecharts/whisper-asr-webservice-gpu
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.1.1@sha256:64d515e7f6ea8fa03fd36bd67b68125e9ad525222f1ec0b520dd7e5c11dd0530
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
imageSelector: image
|
||||
probes:
|
||||
liveness:
|
||||
type: http
|
||||
path: "/docs"
|
||||
readiness:
|
||||
type: http
|
||||
path: "/docs"
|
||||
startup:
|
||||
type: http
|
||||
path: "/docs"
|
||||
env:
|
||||
ASR_MODEL: tiny
|
||||
ASR_ENGINE: faster_whisper
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
targetPort: 9000
|
||||
port: 19900
|
||||
|
||||
persistence:
|
||||
pip:
|
||||
enabled: true
|
||||
mountPath: "/root/.cache/pip"
|
||||
poetry:
|
||||
enabled: true
|
||||
mountPath: "/root/.cache/poetry"
|
||||
whisper:
|
||||
enabled: true
|
||||
mountPath: "/root/.cache/whisper"
|
||||
faster-whisper:
|
||||
enabled: true
|
||||
mountPath: "/root/.cache/faster_whisper"
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -0,0 +1,5 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.png
|
||||
categories:
|
||||
- machine-learning
|
||||
|
||||
screenshots: []
|
Loading…
Reference in New Issue