Skip to content

Commit 507e51c

Browse files
authored
Set minimum GPUs to zero in schema
1 parent d7196ad commit 507e51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)