Skip to content

Commit

Permalink
update benchmark manifest to fix errors (#626)
Browse files Browse the repository at this point in the history
Signed-off-by: Yingchun Guo <[email protected]>
  • Loading branch information
daisy-ycguo authored Aug 19, 2024
1 parent 503a1a9 commit 4fd3517
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ChatQnA/benchmark/four_gaudi/chatqna_mega_service_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
kind: Service
apiVersion: v1
metadata:
name: chaqna-backend-server-svc
name: chatqna-backend-server-svc
spec:
type: NodePort
selector:
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/benchmark/four_gaudi/llm-dependency_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- envFrom:
- configMapRef:
name: qna-config
image: tgi_gaudi:2.0.1
image: ghcr.io/huggingface/tgi-gaudi:2.0.1
name: llm-dependency-deploy-demo
securityContext:
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
kind: Service
apiVersion: v1
metadata:
name: chaqna-backend-server-svc
name: chatqna-backend-server-svc
spec:
type: NodePort
selector:
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/benchmark/single_gaudi/llm-dependency_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- envFrom:
- configMapRef:
name: qna-config
image: tgi_gaudi:2.0.1
image: ghcr.io/huggingface/tgi-gaudi:2.0.1
name: llm-dependency-deploy-demo
securityContext:
capabilities:
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/benchmark/two_gaudi/chatqna_mega_service_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
kind: Service
apiVersion: v1
metadata:
name: chaqna-backend-server-svc
name: chatqna-backend-server-svc
spec:
type: NodePort
selector:
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/benchmark/two_gaudi/llm-dependency_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- envFrom:
- configMapRef:
name: qna-config
image: tgi_gaudi:2.0.1
image: ghcr.io/huggingface/tgi-gaudi:2.0.1
name: llm-dependency-deploy-demo
securityContext:
capabilities:
Expand Down

0 comments on commit 4fd3517

Please sign in to comment.