File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
azimuth-image-analysis/ci Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
azimuth-llm :
2
2
huggingface :
3
3
# Use the smallest LLM we can find
4
- model : HuggingFaceTB/SmolLM2-135M-Instruct
4
+ model : &model HuggingFaceTB/SmolLM2-135M-Instruct
5
5
api :
6
6
# CI Kind cluster doesn't have kube-prometheus-stack
7
7
monitoring :
@@ -13,6 +13,7 @@ azimuth-llm:
13
13
zenith :
14
14
enabled : false
15
15
appSettings :
16
+ model_name : *model
16
17
# Verify that we can set non-standard LLM params
17
18
llm_params :
18
19
max_tokens : 101
Original file line number Diff line number Diff line change 1
1
azimuth-llm :
2
2
huggingface :
3
3
# Use the smallest vision model we can find
4
- model : HuggingFaceTB/SmolVLM-256M-Instruct
4
+ model : &model HuggingFaceTB/SmolVLM-256M-Instruct
5
5
api :
6
6
# CI Kind cluster doesn't have kube-prometheus-stack
7
7
monitoring :
@@ -13,6 +13,7 @@ azimuth-llm:
13
13
zenith :
14
14
enabled : false
15
15
appSettings :
16
+ model_name : *model
16
17
# Verify that we can set non-standard LLM params
17
18
llm_params :
18
19
max_tokens : 101
Original file line number Diff line number Diff line change 3
3
# inside a Kind cluster within a CI runner
4
4
huggingface :
5
5
# Use the smallest LLM we can find
6
- model : HuggingFaceTB/SmolLM2-135M-Instruct
6
+ model : &model HuggingFaceTB/SmolLM2-135M-Instruct
7
7
api :
8
8
# CI Kind cluster doesn't have kube-prometheus-stack
9
9
monitoring :
14
14
service :
15
15
zenith :
16
16
enabled : false
17
+ appSettings :
18
+ model_name : *model
You can’t perform that action at this time.
0 commit comments