Skip to content

Commit

Permalink
Merge branch 'opea-project:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhenzhong1 authored Aug 22, 2024
2 parents 6fe45c8 + e6b4fff commit 316fa8b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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 @@ -7,7 +7,7 @@ metadata:
name: chatqna-backend-server-deploy
namespace: default
spec:
replicas: 1
replicas: 4
selector:
matchLabels:
app: chatqna-backend-server-deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: embedding-deploy
namespace: default
spec:
replicas: 1
replicas: 4
selector:
matchLabels:
app: embedding-deploy
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/benchmark/four_gaudi/llm-microservice_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: llm-deploy
namespace: default
spec:
replicas: 1
replicas: 4
selector:
matchLabels:
app: llm-deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: reranking-deploy
namespace: default
spec:
replicas: 1
replicas: 4
selector:
matchLabels:
app: reranking-deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: retriever-deploy
namespace: default
spec:
replicas: 1
replicas: 4
selector:
matchLabels:
app: retriever-deploy
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 @@ -7,7 +7,7 @@ metadata:
name: chatqna-backend-server-deploy
namespace: default
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: chatqna-backend-server-deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: embedding-deploy
namespace: default
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: embedding-deploy
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/benchmark/two_gaudi/llm-microservice_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: llm-deploy
namespace: default
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: llm-deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: reranking-deploy
namespace: default
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: reranking-deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: retriever-deploy
namespace: default
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: retriever-deploy
Expand Down

0 comments on commit 316fa8b

Please sign in to comment.