From 65ff2cf259cfb6ce5799a6f3911de93571489bc8 Mon Sep 17 00:00:00 2001 From: cheetahadmin Date: Thu, 14 Aug 2025 05:42:48 +0000 Subject: [PATCH] Update config.pbtxt add ',' --- config.pbtxt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config.pbtxt b/config.pbtxt index a7af480..998c469 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -76,16 +76,15 @@ parameters: [ { key: "base_model_path", value: {string_value: "/cheetah/input/model/groupuser/TinyLlama-1.1B-Chat-v1.0"} - } + }, { key: "is_adapter_model", value: {string_value: "false"} - } + }, { key: "adapter_model_path", value: {string_value: ""} - } - + }, { key: "quantization", value: {string_value: "none"}