From 565ed7d1af7a01c25da895c9022f0e290f1ff6bb Mon Sep 17 00:00:00 2001 From: Scott Davidson <49713135+sd109@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:04:10 +0000 Subject: [PATCH] Update LLM app chart name (#686) * Ignore .DS_Store files * Update Azimuth LLM chart name --- .gitignore | 1 + roles/azimuth_capi_operator/defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 55673482..939438ca 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ backend.tf .vscode/ __pycache__ +**/.DS_Store diff --git a/roles/azimuth_capi_operator/defaults/main.yml b/roles/azimuth_capi_operator/defaults/main.yml index f067fd5d..c876242f 100644 --- a/roles/azimuth_capi_operator/defaults/main.yml +++ b/roles/azimuth_capi_operator/defaults/main.yml @@ -846,7 +846,7 @@ azimuth_capi_operator_app_templates_binderhub_spec: # Indicates whether the Zenith-enabled huggingface_llm app template should be enabled azimuth_capi_operator_app_templates_huggingface_llm_enabled: true # The Helm chart to use for the huggingface_llm app template -azimuth_capi_operator_app_templates_huggingface_llm_chart_name: azimuth-llm +azimuth_capi_operator_app_templates_huggingface_llm_chart_name: azimuth-llm-chat # The Helm repository to use for the huggingface_llm app template azimuth_capi_operator_app_templates_huggingface_llm_chart_repo: https://stackhpc.github.io/azimuth-llm # The version range to use for the huggingface_llm Helm chart