From bd32b03e3cb651a8300754e3a9a0bd88723545f5 Mon Sep 17 00:00:00 2001 From: jotpalch <49465120+jotpalch@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:38:22 +0800 Subject: [PATCH] Doc: Update folder path to correct location in "Deploy ChatQnA in Kubernetes" (#875) --- ChatQnA/kubernetes/intel/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChatQnA/kubernetes/intel/README.md b/ChatQnA/kubernetes/intel/README.md index 0b63e0aed..be22ab098 100644 --- a/ChatQnA/kubernetes/intel/README.md +++ b/ChatQnA/kubernetes/intel/README.md @@ -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