We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1976d commit c29f8edCopy full SHA for c29f8ed
charts/azimuth-chat/azimuth-ui.schema.yaml
@@ -24,6 +24,7 @@ sortOrder:
24
- /azimuth-llm/ui/appSettings/model_instruction
25
- /azimuth-llm/ui/appSettings/page_title
26
- /azimuth-llm/api/image/version
27
+ - /azimuth-llm/api/gpus
28
- /azimuth-llm/ui/appSettings/llm_params/temperature
29
- /azimuth-llm/ui/appSettings/llm_params/max_tokens
30
- /azimuth-llm/ui/appSettings/llm_params/frequency_penalty
charts/azimuth-llm/values.schema.json
@@ -40,6 +40,14 @@
40
"default": "v0.10.2"
41
}
42
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
51
52
53
},
0 commit comments