Skip to content

Commit a2ccd84

Browse files
committed
Updated schema descriptions
1 parent fa22b9c commit a2ccd84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/azimuth-chat/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"gpus": {
4848
"type": "integer",
4949
"title": "GPU Count",
50-
"description": "The number of GPUs to allocate to the model.",
50+
"description": "The number of GPUs (within a single node) to allocate to the model.",
5151
"default": 1,
5252
"minimum": 0,
5353
"maximum": 8

charts/azimuth-llm/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"gpus": {
4545
"type": "integer",
4646
"title": "GPU Count",
47-
"description": "The number of GPUs to allocate to the model.",
47+
"description": "The number of GPUs (within a single node) to allocate to the model.",
4848
"default": 1,
4949
"minimum": 0,
5050
"maximum": 8

0 commit comments

Comments
 (0)