Skip to content

Commit 9b0f98b

Browse files
authored
Update ChatQnA helm chart README. (#1459)
Signed-off-by: Dolpher Du <dolpher.du@intel.com>
1 parent f0fea7b commit 9b0f98b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ChatQnA/kubernetes/helm/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ helm install chatqna oci://ghcr.io/opea-project/charts/chatqna --set global.HUG
1414

1515
```
1616
export HFTOKEN="insert-your-huggingface-token-here"
17-
helm install chatqna oci://ghcr.io/opea-project/charts/chatqna --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f gaudi-values.yaml
17+
helm install chatqna oci://ghcr.io/opea-project/charts/chatqna --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f gaudi-vllm-values.yaml
1818
```
1919

2020
## Deploy variants of ChatQnA
2121

2222
ChatQnA is configurable and you can enable/disable features by providing values.yaml file.
23-
For example, to run with vllm instead of tgi on Gaudi hardware, use gaudi-vllm-values.yaml file:
23+
For example, to run with tgi instead of vllm inference engine on Gaudi hardware, use gaudi-tgi-values.yaml file:
2424

2525
```
2626
export HFTOKEN="insert-your-huggingface-token-here"
27-
helm install chatqna oci://ghcr.io/opea-project/charts/chatqna --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f gaudi-vllm-values.yaml
27+
helm install chatqna oci://ghcr.io/opea-project/charts/chatqna --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f gaudi-tgi-values.yaml
2828
```
2929

3030
See other *-values.yaml files in this directory for more reference.

0 commit comments

Comments
 (0)