diff --git a/config.pbtxt b/config.pbtxt index 0e4b12d..c43c809 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -4,7 +4,7 @@ max_batch_size: 0 input [ { - name: "INPUT" + name: "INPUT@@" data_type: TYPE_STRING dims: [ -1 ] } @@ -12,7 +12,7 @@ input [ output [ { - name: "OUTPUT" + name: "OUTPUT@@" data_type: TYPE_STRING dims: [ -1 ] } @@ -22,7 +22,7 @@ output [ parameters: [ { key: "model_path", - value: {string_value: "/cheetah/input/model/groupuser/triton-python-model"} + value: {string_value: ""} } ]