Files
GenAIExamples/VisualQnA/benchmark/performance/helm_charts
2024-10-22 08:19:15 +00:00
..
2024-10-22 10:40:05 +03:00
2024-10-22 11:09:50 +03:00
2024-10-22 10:40:05 +03:00

Benchmarking Deployment

This document guides you through deploying this example pipeline using Helm charts. Helm charts simplify managing Kubernetes applications by packaging configuration and resources.

Getting Started

Preparation

# on k8s-master node
cd GenAIExamples/{example_name}/benchmark/performance/helm_charts

# Replace the key of HUGGINGFACEHUB_API_TOKEN with your actual Hugging Face token:
# vim values.yaml
HUGGINGFACEHUB_API_TOKEN: hf_xxxxx

Deployment

# Deploy the pipeline
helm install {example_name} .

Note: Currently we only support the HPU version, because only HPU values.yaml is provided here.