From f48d62d3966abb80566b4e5ad337ecaaee9a80af Mon Sep 17 00:00:00 2001 From: cheetahadmin Date: Tue, 18 Nov 2025 01:55:03 +0000 Subject: [PATCH] Update config.pbtxt --- config.pbtxt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.pbtxt b/config.pbtxt index 69a0ad8..25f10c5 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -26,6 +26,10 @@ parameters: [ { key: "base_model_path", value: {string_value: "/cheetah/input/model/groupuser/codesage-large-v2"} + }, + { + key: "sub_dir_path", + value: {string_value: "/cheetah/input/model/groupuser/codesage-large-v2/sub-dir"} } ] @@ -34,4 +38,4 @@ instance_group [ kind: KIND_AUTO count: 1 } -] +] \ No newline at end of file