From 6e797fae8923b520147419b87a193ccfb0d1de11 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Wed, 24 Jul 2024 09:46:03 +0800 Subject: [PATCH] README for installing 4 worklods using helm chart (#431) Add README to install the following workloads using helm chart: - ChatQnA - CodeGen - CodeTrans - DocSum Signed-off-by: Lianhao Lu --- ChatQnA/README.md | 6 ++++++ CodeGen/README.md | 6 ++++++ CodeTrans/README.md | 6 ++++++ DocSum/README.md | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/ChatQnA/README.md b/ChatQnA/README.md index 59359b721..83b85f5ec 100644 --- a/ChatQnA/README.md +++ b/ChatQnA/README.md @@ -109,6 +109,12 @@ Refer to the [NVIDIA GPU Guide](./docker/gpu/README.md) for more instructions on Refer to the [Kubernetes Guide](./kubernetes/manifests/README.md) for instructions on deploying ChatQnA into Kubernetes on Xeon & Gaudi. +## Deploy ChatQnA into Kubernetes using Helm Chart + +Install Helm (version >= 3.15) first. Please refer to the [Helm Installation Guide](https://helm.sh/docs/intro/install/) for more information. + +Refer to the [ChatQnA helm chart](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts/chatqna) for instructions on deploying ChatQnA into Kubernetes on Xeon & Gaudi. + ## Deploy ChatQnA on AI PC Refer to the [AI PC Guide](./docker/aipc/README.md) for instructions on deploying ChatQnA on AI PC. diff --git a/CodeGen/README.md b/CodeGen/README.md index 879073bea..451c35017 100644 --- a/CodeGen/README.md +++ b/CodeGen/README.md @@ -89,6 +89,12 @@ Refer to the [Xeon Guide](./docker/xeon/README.md) for more instructions on buil Refer to the [Kubernetes Guide](./kubernetes/manifests/README.md) for instructions on deploying CodeGen into Kubernetes on Xeon & Gaudi. +## Deploy CodeGen into Kubernetes using Helm Chart + +Install Helm (version >= 3.15) first. Please refer to the [Helm Installation Guide](https://helm.sh/docs/intro/install/) for more information. + +Refer to the [CodeGen helm chart](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts/codegen) for instructions on deploying CodeGen into Kubernetes on Xeon & Gaudi. + # Consume CodeGen Service Two ways of consuming CodeGen Service: diff --git a/CodeTrans/README.md b/CodeTrans/README.md index 10a324ec8..886baa0fa 100644 --- a/CodeTrans/README.md +++ b/CodeTrans/README.md @@ -83,6 +83,12 @@ Please refer to the [Code Translation Kubernetes Guide](./kubernetes/README.md) Please refer to the [Code Translation Kubernetes Guide](./kubernetes/manifests/README.md) +## Deploy CodeTrans into Kubernetes using Helm Chart + +Install Helm (version >= 3.15) first. Please refer to the [Helm Installation Guide](https://helm.sh/docs/intro/install/) for more information. + +Refer to the [CodeTrans helm chart](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts/codetrans) for instructions on deploying CodeTrans into Kubernetes on Xeon & Gaudi. + # Consume Code Translation Service Two ways of consuming Code Translation Service: diff --git a/DocSum/README.md b/DocSum/README.md index ef116e9e5..0a48212d4 100644 --- a/DocSum/README.md +++ b/DocSum/README.md @@ -86,6 +86,12 @@ Please refer to [Kubernetes deployment](./kubernetes/README.md) Please refer to [Kubernetes deployment](./kubernetes/manifests/README.md) +## Deploy DocSum into Kubernetes using Helm Chart + +Install Helm (version >= 3.15) first. Please refer to the [Helm Installation Guide](https://helm.sh/docs/intro/install/) for more information. + +Refer to the [DocSum helm chart](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts/docsum) for instructions on deploying DocSum into Kubernetes on Xeon & Gaudi. + # Consume Document Summarization Service Two ways of consuming Document Summarization Service: