Automatically updated from 모델 배포(585:rm-new-regi) by 그룹사용자(groupuser)
This commit is contained in:
parent
ae801e20e9
commit
41d9c236f9
14
config.pbtxt
14
config.pbtxt
@ -1,6 +1,5 @@
|
|||||||
# Triton backend to use
|
# Triton backend to use
|
||||||
backend: "pytorch"
|
backend: "python"
|
||||||
platform: "pytorch_libtorch"
|
|
||||||
max_batch_size: 0
|
max_batch_size: 0
|
||||||
|
|
||||||
input [
|
input [
|
||||||
@ -8,6 +7,11 @@ input [
|
|||||||
name: "rm-new-regi"
|
name: "rm-new-regi"
|
||||||
data_type: TYPE_STRING
|
data_type: TYPE_STRING
|
||||||
dims: [ -1 ]
|
dims: [ -1 ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "be-to-py"
|
||||||
|
data_type: TYPE_STRING
|
||||||
|
dims: [ -1 ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -15,6 +19,12 @@ 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