From cc07e02140a811f1c2c86ab6fa8faea820519145 Mon Sep 17 00:00:00 2001 From: cheetahadmin Date: Mon, 16 Mar 2026 08:20:50 +0000 Subject: [PATCH] Update config.pbtxt --- config.pbtxt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.pbtxt b/config.pbtxt index 03f7769..f2f9543 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -107,6 +107,10 @@ parameters: [ key: "base_model_path", value: {string_value: "/cheetah/input/model/groupuser/qwen3-4b-instruct-gguf"} }, + { + key: "gguf_filename", + value: {string_value: "Qwen3-4B-Q4_K_M.gguf"} + }, { key: "is_adapter_model", value: {string_value: "false"}