All gaudi values updated with extra flags. Added helm support for 2 new examples Text2Image and SearchQnA. Minor fix for llm-uservice. Signed-off-by: Dolpher Du <dolpher.du@intel.com>
Deploy VisualQnA on Kubernetes cluster
- You should have Helm (version >= 3.15) installed. Refer to the Helm Installation Guide for more information.
- For more deploy options, refer to helm charts README.
Deploy on Xeon
export HFTOKEN="insert-your-huggingface-token-here"
helm install visualqna oci://ghcr.io/opea-project/charts/visualqna --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f cpu-values.yaml
Deploy on Gaudi
export HFTOKEN="insert-your-huggingface-token-here"
helm install visualqna oci://ghcr.io/opea-project/charts/visualqna --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f gaudi-values.yaml