diff --git a/config.pbtxt b/config.pbtxt index 81a32dc..1a450bd 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -4,31 +4,17 @@ max_batch_size: 0 input [ { - name: "input0" - data_type: TYPE_BOOL - dims: [ 1 ] - reshape { - shape: [ -2 ] - } - }, - { - name: "input1" - data_type: TYPE_UINT64 - dims: [ 1, 100 ] - reshape { - shape: [ 150 ] - } + name: "INPUT" + data_type: TYPE_STRING + dims: [ -1 ] } ] output [ { - name: "output0" - data_type: TYPE_UINT8 - dims: [ 120 ] - reshape { - shape: [ 120, 130 ] - } + name: "OUTPUT" + data_type: TYPE_STRING + dims: [ -1 ] } ] @@ -36,7 +22,7 @@ output [ parameters: [ { key: "model_path", - value: {string_value: "/cheetah/input/model/groupuser/triton-python-model"} + value: {string_value: ""} } ]