Skip to content

Commit

Permalink
README for installing 4 worklods using helm chart (#431)
Browse files Browse the repository at this point in the history
Add README to install the following workloads using helm chart:

- ChatQnA
- CodeGen
- CodeTrans
- DocSum

Signed-off-by: Lianhao Lu <[email protected]>
  • Loading branch information
lianhao authored Jul 24, 2024
1 parent b46ae8b commit 6e797fa
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChatQnA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions CodeGen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions CodeTrans/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions DocSum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6e797fa

Please sign in to comment.