Doc: Update folder path to correct location in "Deploy ChatQnA in Kubernetes" (#875)

This commit is contained in:
jotpalch
2024-09-26 14:38:22 +08:00
committed by GitHub
parent 9d0b49c2d6
commit bd32b03e3c

View File

@@ -13,7 +13,7 @@
## Deploy On Xeon
```
cd GenAIExamples/ChatQnA/kubernetes/intel/cpu/xeon/manifests
cd GenAIExamples/ChatQnA/kubernetes/intel/cpu/xeon/manifest
export HUGGINGFACEHUB_API_TOKEN="YourOwnToken"
sed -i "s/insert-your-huggingface-token-here/${HUGGINGFACEHUB_API_TOKEN}/g" chatqna.yaml
kubectl apply -f chatqna.yaml
@@ -33,7 +33,7 @@ kubectl apply -f chatqna_bf16.yaml
## Deploy On Gaudi
```
cd GenAIExamples/ChatQnA/kubernetes/intel/hpu/gaudi/manifests
cd GenAIExamples/ChatQnA/kubernetes/intel/hpu/gaudi/manifest
export HUGGINGFACEHUB_API_TOKEN="YourOwnToken"
sed -i "s/insert-your-huggingface-token-here/${HUGGINGFACEHUB_API_TOKEN}/g" chatqna.yaml
kubectl apply -f chatqna.yaml