Skip to content

Commit fa22b9c

Browse files
committed
Set minimum GPUs to zero in schema
1 parent d7196ad commit fa22b9c

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
@@ -49,7 +49,7 @@
4949
"title": "GPU Count",
5050
"description": "The number of GPUs to allocate to the model.",
5151
"default": 1,
52-
"minimum": 1,
52+
"minimum": 0,
5353
"maximum": 8
5454
}
5555
}

charts/azimuth-llm/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"title": "GPU Count",
4747
"description": "The number of GPUs to allocate to the model.",
4848
"default": 1,
49-
"minimum": 1,
49+
"minimum": 0,
5050
"maximum": 8
5151
}
5252
}

0 commit comments

Comments
 (0)