Skip to content

Commit 98151dd

Browse files
committed
Added GPUs to chat schema
1 parent 0ef9bb0 commit 98151dd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

charts/azimuth-chat/values.schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@
4343
"default": "v0.10.2"
4444
}
4545
}
46+
},
47+
"gpus": {
48+
"type": "integer",
49+
"title": "GPU Count",
50+
"description": "The number of GPUs to allocate to the model.",
51+
"default": 1,
52+
"minimum": 1,
53+
"maximum": 8
4654
}
4755
}
4856
},

0 commit comments

Comments
 (0)