Skip to content

Commit c4c9358

Browse files
authored
MINIFICPP-2831 Update CI manifest (#2185)
1 parent 7ee36e1 commit c4c9358

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

.github/references/ubuntu_22_04_clang_arm_manifest.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10229,11 +10229,27 @@
1022910229
"Model Path": {
1023010230
"name": "Model Path",
1023110231
"description": "The filesystem path of the model file in gguf format.",
10232-
"validator": "VALID",
10232+
"validator": "NON_BLANK_VALIDATOR",
1023310233
"required": "true",
1023410234
"sensitive": "false",
1023510235
"expressionLanguageScope": "NONE"
1023610236
},
10237+
"MultiModal Model Path": {
10238+
"name": "MultiModal Model Path",
10239+
"description": "The filesystem path of the multimodal model (visual, audio) file in gguf format.",
10240+
"validator": "NON_BLANK_VALIDATOR",
10241+
"required": "false",
10242+
"sensitive": "false",
10243+
"expressionLanguageScope": "NONE"
10244+
},
10245+
"Output Attribute Name": {
10246+
"name": "Output Attribute Name",
10247+
"description": "Specify the attribute to use as output, if not provided, the content is overridden instead.",
10248+
"validator": "NON_BLANK_VALIDATOR",
10249+
"required": "false",
10250+
"sensitive": "false",
10251+
"expressionLanguageScope": "NONE"
10252+
},
1023710253
"Physical Maximum Batch Size": {
1023810254
"name": "Physical Maximum Batch Size",
1023910255
"description": "Physical maximum batch size.",

0 commit comments

Comments
 (0)