From 66eae14003cd8d996055dca1b7bde484c52e9c33 Mon Sep 17 00:00:00 2001 From: TheDropZone Date: Tue, 18 Feb 2025 08:32:24 -0500 Subject: [PATCH] adding in missing colon Signed-off-by: TheDropZone --- core/backend/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/backend/options.go b/core/backend/options.go index cb0cd309..c807e4e8 100644 --- a/core/backend/options.go +++ b/core/backend/options.go @@ -159,7 +159,7 @@ func grpcModelOpts(c config.BackendConfig) *pb.ModelOptions { SwapSpace: int32(c.SwapSpace), MaxModelLen: int32(c.MaxModelLen), TensorParallelSize: int32(c.TensorParallelSize), - DisableLogStatus c.DisableLogStatus, + DisableLogStatus: c.DisableLogStatus, DType: c.DType, // LimitMMPerPrompt vLLM LimitImagePerPrompt: int32(c.LimitMMPerPrompt.LimitImagePerPrompt),