Skip to content

Commit

Permalink
[home] fixed init arg to whisper-nvidia
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 9, 2024
1 parent 320127b commit 100d4be
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions apps/home/whisper/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ spec:
- name: wyoming-whisper
image: docker.io/grubertech/wyoming-whisper:gpu
imagePullPolicy: Always
command: ["python3"]
args:
- "-m"
- "wyoming-faster-whisper"
- "--uri"
- "tcp://0.0.0.0:10300"
- "--model"
Expand Down Expand Up @@ -58,3 +55,10 @@ spec:
limits:
cpu: 1500m
memory: 2Gi
volumeMounts:
- name: data
mountPath: /data
volumes:
- name: data
persistentVolumeClaim:
claimName: whisper-data

0 comments on commit 100d4be

Please sign in to comment.