This commit is contained in:
Ettore Di Giacinto 2023-11-08 20:05:54 +01:00
parent f0e265a96d
commit 78ef045bb3
21 changed files with 485 additions and 336 deletions

View file

@ -64,6 +64,7 @@ message PredictOptions {
float NegativePromptScale = 39;
string NegativePrompt = 40;
int32 NDraft = 41;
repeated string Images = 42;
}
// The response message containing the result
@ -123,6 +124,8 @@ message ModelOptions {
// vllm
string Quantization = 40;
string MMProj = 41;
}
message Result {