Update config.pbtxt

This commit is contained in:
cheetahadmin 2025-11-18 01:55:03 +00:00
parent 4efc37f7ce
commit f48d62d396

@ -26,6 +26,10 @@ parameters: [
{ {
key: "base_model_path", key: "base_model_path",
value: {string_value: "/cheetah/input/model/groupuser/codesage-large-v2"} 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 kind: KIND_AUTO
count: 1 count: 1
} }
] ]