Automatically updated from 모델 배포(null:cxvxcv) by 그룹사용자(groupuser)
This commit is contained in:
parent
e63cd4a3ac
commit
635e74850e
14
config.pbtxt
14
config.pbtxt
@ -1,5 +1,6 @@
|
|||||||
# Triton backend to use
|
# Triton backend to use
|
||||||
backend: "python"
|
backend: "onnxruntime"
|
||||||
|
platform: "onnxruntime_onnx"
|
||||||
max_batch_size: 0
|
max_batch_size: 0
|
||||||
|
|
||||||
input [
|
input [
|
||||||
@ -7,6 +8,11 @@ input [
|
|||||||
name: "modi"
|
name: "modi"
|
||||||
data_type: TYPE_STRING
|
data_type: TYPE_STRING
|
||||||
dims: [ -1 ]
|
dims: [ -1 ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "onnx"
|
||||||
|
data_type: TYPE_UINT16
|
||||||
|
dims: [ 12 ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -14,12 +20,6 @@ output [
|
|||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
parameters: [
|
|
||||||
{
|
|
||||||
key: "model_path",
|
|
||||||
value: {string_value: "/cheetah/input/model/groupuser/triton-python-model"}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
instance_group [
|
instance_group [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user