Skip to content

Commit

Permalink
Doc: Update folder path to correct location in "Deploy ChatQnA in Kub…
Browse files Browse the repository at this point in the history
…ernetes" (#875)
  • Loading branch information
jotpalch authored Sep 26, 2024
1 parent 9d0b49c commit bd32b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChatQnA/kubernetes/intel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bd32b03

Please sign in to comment.