Skip to content

Commit c29f8ed

Browse files
committed
Try to expose the GPU count
1 parent 7c1976d commit c29f8ed

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

charts/azimuth-chat/azimuth-ui.schema.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ sortOrder:
2424
- /azimuth-llm/ui/appSettings/model_instruction
2525
- /azimuth-llm/ui/appSettings/page_title
2626
- /azimuth-llm/api/image/version
27+
- /azimuth-llm/api/gpus
2728
- /azimuth-llm/ui/appSettings/llm_params/temperature
2829
- /azimuth-llm/ui/appSettings/llm_params/max_tokens
2930
- /azimuth-llm/ui/appSettings/llm_params/frequency_penalty

charts/azimuth-llm/values.schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@
4040
"default": "v0.10.2"
4141
}
4242
}
43+
},
44+
"gpus": {
45+
"type": "integer",
46+
"title": "GPU Count",
47+
"description": "The number of GPUs to allocate to the model.",
48+
"default": 1,
49+
"minimum": 1,
50+
"maximum": 8
4351
}
4452
}
4553
},

0 commit comments

Comments
 (0)