From ddc8249bb416997efefaea716bdfb785e1fd89b8 Mon Sep 17 00:00:00 2001 From: sd109 Date: Mon, 4 Nov 2024 14:00:51 +0000 Subject: [PATCH 1/2] Ignore .DS_Store files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 55673482..939438ca 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ backend.tf .vscode/ __pycache__ +**/.DS_Store From 67c6ad67c9d0a52a31df03f6458b38f3d66d165e Mon Sep 17 00:00:00 2001 From: sd109 Date: Mon, 4 Nov 2024 14:01:00 +0000 Subject: [PATCH 2/2] Update Azimuth LLM chart name --- roles/azimuth_capi_operator/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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