From cc359c2be6b40ee3a21c817a2d727f925ec3d47b Mon Sep 17 00:00:00 2001 From: groupuser Date: Mon, 29 Sep 2025 06:50:23 +0000 Subject: [PATCH] Update config.pbtxt --- config.pbtxt | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/config.pbtxt b/config.pbtxt index a331400..6004ebc 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -1,12 +1,13 @@ -backend: "fil", +name: "xgboost-triton-fil" +backend: "fil" max_batch_size: 0 default_model_filename: "xgboost.json" -input [ - { +input [ + { name: "input__0" data_type: TYPE_FP32 - dims: [ 3 ] + dims: [ 3 ] # feature 개수 } ] @@ -18,14 +19,11 @@ output [ } ] -parameters { - key: "output_class" - value: { - string_value: "true" - } -} - parameters [ + { + key: "output_class" + value: { string_value: "true" } + }, { key: "model_type" value: { string_value: "xgboost_json" } @@ -43,4 +41,3 @@ parameters [ value: { string_value: "0.5" } } ] -