Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 21, 2024
1 parent 4ba047c commit c0f2b47
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions AudioQnA/benchmark/helm_charts/customize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ podSpecs:
image_name: opea/audioqna
image_tag: latest
replicas: 1

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

- name: whisper-deploy
spec:
image_name: opea/whisper-gaudi
Expand All @@ -24,13 +24,13 @@ podSpecs:
resources:
limits:
habana.ai/gaudi: 1

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

- name: speecht5-deploy
spec:
image_name: opea/speecht5-gaudi
Expand Down
4 changes: 2 additions & 2 deletions AudioQnA/benchmark/helm_charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ deployments:
spec:
ports:
- containerPort: 8888

- name: asr-deploy
spec:
ports:
Expand Down Expand Up @@ -173,7 +173,7 @@ services:
selector:
app: llm-deploy
type: ClusterIP

- name: audioqna-backend-server-svc
spec:
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ data:
NODE_SELECTOR: {{ .Values.config.NODE_SELECTOR }}
TGI_LLM_ENDPOINT: http://faq-tgi-svc.default.svc.cluster.local:8010
LLM_SERVICE_HOST_IP: faq-micro-svc
MEGA_SERVICE_HOST_IP: faq-mega-server-svc
MEGA_SERVICE_HOST_IP: faq-mega-server-svc
---
2 changes: 1 addition & 1 deletion FaqGen/benchmark/performance/helm_charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deployments:
spec:
ports:
- containerPort: 9000

- name: faq-tgi-deploy
spec:
ports:
Expand Down

0 comments on commit c0f2b47

Please sign in to comment.