Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
backend.tf
.vscode/
__pycache__
**/.DS_Store
2 changes: 1 addition & 1 deletion roles/azimuth_capi_operator/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading