forked from defenseunicorns/leapfrogai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zarf.yaml
34 lines (30 loc) · 891 Bytes
/
zarf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/zarf/main/zarf.schema.json
kind: ZarfPackageConfig
metadata:
name: "whisper"
version: "###ZARF_PKG_TMPL_IMAGE_VERSION###"
description: >
whisper model
constants:
- name: IMAGE_VERSION
value: "###ZARF_PKG_TMPL_IMAGE_VERSION###"
variables:
- name: GPU_LIMIT
description: The GPU limit for the model inferencing.
default: "0"
pattern: "^[0-9]+$"
components:
- name: whisper-model
required: true
charts:
- name: whisper-model
namespace: leapfrogai
localPath: chart
releaseName: whisper-model
# x-release-please-start-version
version: 0.7.2
# x-release-please-end
valuesFiles:
- "whisper-values.yaml"
images:
- ghcr.io/defenseunicorns/leapfrogai/whisper:###ZARF_PKG_TMPL_IMAGE_VERSION###