Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion .github/references/ubuntu_22_04_clang_arm_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10229,11 +10229,27 @@
"Model Path": {
"name": "Model Path",
"description": "The filesystem path of the model file in gguf format.",
"validator": "VALID",
"validator": "NON_BLANK_VALIDATOR",
"required": "true",
"sensitive": "false",
"expressionLanguageScope": "NONE"
},
"MultiModal Model Path": {
"name": "MultiModal Model Path",
"description": "The filesystem path of the multimodal model (visual, audio) file in gguf format.",
"validator": "NON_BLANK_VALIDATOR",
"required": "false",
"sensitive": "false",
"expressionLanguageScope": "NONE"
},
"Output Attribute Name": {
"name": "Output Attribute Name",
"description": "Specify the attribute to use as output, if not provided, the content is overridden instead.",
"validator": "NON_BLANK_VALIDATOR",
"required": "false",
"sensitive": "false",
"expressionLanguageScope": "NONE"
},
"Physical Maximum Batch Size": {
"name": "Physical Maximum Batch Size",
"description": "Physical maximum batch size.",
Expand Down
Loading