mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-26 20:55:00 +00:00
adding in missing colon
Signed-off-by: TheDropZone <brandonbeiler@gmail.com>
This commit is contained in:
parent
fade34394c
commit
66eae14003
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ func grpcModelOpts(c config.BackendConfig) *pb.ModelOptions {
|
||||||
SwapSpace: int32(c.SwapSpace),
|
SwapSpace: int32(c.SwapSpace),
|
||||||
MaxModelLen: int32(c.MaxModelLen),
|
MaxModelLen: int32(c.MaxModelLen),
|
||||||
TensorParallelSize: int32(c.TensorParallelSize),
|
TensorParallelSize: int32(c.TensorParallelSize),
|
||||||
DisableLogStatus c.DisableLogStatus,
|
DisableLogStatus: c.DisableLogStatus,
|
||||||
DType: c.DType,
|
DType: c.DType,
|
||||||
// LimitMMPerPrompt vLLM
|
// LimitMMPerPrompt vLLM
|
||||||
LimitImagePerPrompt: int32(c.LimitMMPerPrompt.LimitImagePerPrompt),
|
LimitImagePerPrompt: int32(c.LimitMMPerPrompt.LimitImagePerPrompt),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue