Skip to content

Commit dfba425

Browse files
committed
Add missing CI test values
1 parent 873558d commit dfba425

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

charts/azimuth-chat/ci/test-values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
azimuth-llm:
22
huggingface:
33
# Use the smallest LLM we can find
4-
model: HuggingFaceTB/SmolLM2-135M-Instruct
4+
model: &model HuggingFaceTB/SmolLM2-135M-Instruct
55
api:
66
# CI Kind cluster doesn't have kube-prometheus-stack
77
monitoring:
@@ -13,6 +13,7 @@ azimuth-llm:
1313
zenith:
1414
enabled: false
1515
appSettings:
16+
model_name: *model
1617
# Verify that we can set non-standard LLM params
1718
llm_params:
1819
max_tokens: 101

charts/azimuth-image-analysis/ci/test-values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
azimuth-llm:
22
huggingface:
33
# Use the smallest vision model we can find
4-
model: HuggingFaceTB/SmolVLM-256M-Instruct
4+
model: &model HuggingFaceTB/SmolVLM-256M-Instruct
55
api:
66
# CI Kind cluster doesn't have kube-prometheus-stack
77
monitoring:
@@ -13,6 +13,7 @@ azimuth-llm:
1313
zenith:
1414
enabled: false
1515
appSettings:
16+
model_name: *model
1617
# Verify that we can set non-standard LLM params
1718
llm_params:
1819
max_tokens: 101

charts/azimuth-llm/ci/default-values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# inside a Kind cluster within a CI runner
44
huggingface:
55
# Use the smallest LLM we can find
6-
model: HuggingFaceTB/SmolLM2-135M-Instruct
6+
model: &model HuggingFaceTB/SmolLM2-135M-Instruct
77
api:
88
# CI Kind cluster doesn't have kube-prometheus-stack
99
monitoring:
@@ -14,3 +14,5 @@ ui:
1414
service:
1515
zenith:
1616
enabled: false
17+
appSettings:
18+
model_name: *model

0 commit comments

Comments
 (0)