Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 743 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 743 Bytes

Deploy FaqGen on Kubernetes cluster

Deploy on Xeon

export HFTOKEN="insert-your-huggingface-token-here"
helm install faqgen oci://ghcr.io/opea-project/charts/faqgen  --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f cpu-values.yaml

Deploy on Gaudi

export HFTOKEN="insert-your-huggingface-token-here"
helm install faqgen oci://ghcr.io/opea-project/charts/faqgen  --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f gaudi-values.yaml