From 3f596d974772d4b4e6b9c2cfc9ef44f991bff71f Mon Sep 17 00:00:00 2001 From: Zhenzhong1 Date: Tue, 22 Oct 2024 11:18:49 +0300 Subject: [PATCH] update README --- AudioQnA/benchmark/benchmark/helm_charts/README.md | 2 ++ ChatQnA/benchmark/performance/helm_charts/README.md | 7 +++++-- FaqGen/benchmark/performance/helm_charts/README.md | 2 ++ VisualQnA/benchmark/performance/helm_charts/README.md | 2 ++ 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/AudioQnA/benchmark/benchmark/helm_charts/README.md b/AudioQnA/benchmark/benchmark/helm_charts/README.md index 709a954c1..69739cb88 100644 --- a/AudioQnA/benchmark/benchmark/helm_charts/README.md +++ b/AudioQnA/benchmark/benchmark/helm_charts/README.md @@ -21,3 +21,5 @@ HUGGINGFACEHUB_API_TOKEN: hf_xxxxx # Deploy the pipeline helm install {example_name} . ``` + +Note: Currently we only support the HPU version, because only HPU values.yaml is provided here. \ No newline at end of file diff --git a/ChatQnA/benchmark/performance/helm_charts/README.md b/ChatQnA/benchmark/performance/helm_charts/README.md index 435d853e6..8f847e9e9 100644 --- a/ChatQnA/benchmark/performance/helm_charts/README.md +++ b/ChatQnA/benchmark/performance/helm_charts/README.md @@ -18,7 +18,10 @@ HUGGINGFACEHUB_API_TOKEN: hf_xxxxx ### Deployment ```bash -# Deploy a ChatQnA pipeline using the specified YAML configuration. -# To deploy with different configurations, simply provide a different YAML file. +# Options: +# --num_nodes choices=[1, 2, 4, 8] +# --mode choices=["tuned", "oob"] +# --workflow choices=["with_rerank", "without_rerank"] python deployment.py --workflow=with_rerank --mode=tuned --num_nodes=1 ``` + diff --git a/FaqGen/benchmark/performance/helm_charts/README.md b/FaqGen/benchmark/performance/helm_charts/README.md index 709a954c1..69739cb88 100644 --- a/FaqGen/benchmark/performance/helm_charts/README.md +++ b/FaqGen/benchmark/performance/helm_charts/README.md @@ -21,3 +21,5 @@ HUGGINGFACEHUB_API_TOKEN: hf_xxxxx # Deploy the pipeline helm install {example_name} . ``` + +Note: Currently we only support the HPU version, because only HPU values.yaml is provided here. \ No newline at end of file diff --git a/VisualQnA/benchmark/performance/helm_charts/README.md b/VisualQnA/benchmark/performance/helm_charts/README.md index 709a954c1..69739cb88 100644 --- a/VisualQnA/benchmark/performance/helm_charts/README.md +++ b/VisualQnA/benchmark/performance/helm_charts/README.md @@ -21,3 +21,5 @@ HUGGINGFACEHUB_API_TOKEN: hf_xxxxx # Deploy the pipeline helm install {example_name} . ``` + +Note: Currently we only support the HPU version, because only HPU values.yaml is provided here. \ No newline at end of file