From 9a27e36b239c0c56565709a07f57a8742e2aff52 Mon Sep 17 00:00:00 2001 From: groupuser Date: Mon, 29 Sep 2025 07:00:04 +0000 Subject: [PATCH] Delete config.pbtxt --- config.pbtxt | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 config.pbtxt diff --git a/config.pbtxt b/config.pbtxt deleted file mode 100644 index 6004ebc..0000000 --- a/config.pbtxt +++ /dev/null @@ -1,43 +0,0 @@ -name: "xgboost-triton-fil" -backend: "fil" -max_batch_size: 0 -default_model_filename: "xgboost.json" - -input [ - { - name: "input__0" - data_type: TYPE_FP32 - dims: [ 3 ] # feature 개수 - } -] - -output [ - { - name: "output__0" - data_type: TYPE_FP32 - dims: [ 1 ] - } -] - -parameters [ - { - key: "output_class" - value: { string_value: "true" } - }, - { - key: "model_type" - value: { string_value: "xgboost_json" } - }, - { - key: "predict_proba" - value: { string_value: "false" } - }, - { - key: "is_classifier" - value: { string_value: "true" } - }, - { - key: "threshold" - value: { string_value: "0.5" } - } -]