Skip to content

Commit

Permalink
Update customize.yaml audioqna
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhenzhong1 authored Oct 17, 2024
1 parent 2af3066 commit 4ba047c
Showing 1 changed file with 33 additions and 17 deletions.
50 changes: 33 additions & 17 deletions AudioQnA/benchmark/helm_charts/customize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,47 @@
HUGGINGFACEHUB_API_TOKEN: ${HF_TOKEN}

podSpecs:
- name: faq-mega-server-deploy
- name: audioqna-backend-server-deploy
spec:
image_name: opea/chatqna
image_name: opea/audioqna
image_tag: latest
replicas: 2
replicas: 1

- name: asr-deploy
spec:
image_name: opea/asr
image_tag: latest
replicas: 1

- name: whisper-deploy
spec:
image_name: opea/whisper-gaudi
image_tag: latest
replicas: 1
resources:
limits:
cpu: "8"
memory: "8000Mi"
requests:
cpu: "8"
memory: "8000Mi"


- name: faq-tgi-deploy
habana.ai/gaudi: 1

- name: tts-deploy
spec:
image_name: ghcr.io/huggingface/tgi-gaudi
image_tag: 2.0.5
replicas: 7
image_name: opea/tts
image_tag: latest
replicas: 1

- name: speecht5-deploy
spec:
image_name: opea/speecht5-gaudi
image_tag: latest
replicas: 1
resources:
limits:
habana.ai/gaudi: 1

- name: faq-micro-deploy
- name: llm-dependency-deploy
spec:
image_name: opea/llm-faqgen-tgi
image_tag: latest
image_name: ghcr.io/huggingface/tgi-gaudi
image_tag: 2.0.5
replicas: 1
resources:
limits:
habana.ai/gaudi: 1

0 comments on commit 4ba047c

Please sign in to comment.