Automatically created from 모델 배포(579:v2-triton-py) by 그룹사용자(groupuser)
This commit is contained in:
parent
5cee6c5c3d
commit
baf47a5879
30
config.pbtxt
Normal file
30
config.pbtxt
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# Triton backend to use
|
||||||
|
backend: "python"
|
||||||
|
max_batch_size: 0
|
||||||
|
|
||||||
|
input [
|
||||||
|
{
|
||||||
|
name: "new-regi"
|
||||||
|
data_type: TYPE_STRING
|
||||||
|
dims: [ -1 ]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
output [
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
parameters: [
|
||||||
|
{
|
||||||
|
key: "model_path",
|
||||||
|
value: {string_value: "/cheetah/input/model/groupuser/triton-python-model"}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
instance_group [
|
||||||
|
{
|
||||||
|
kind: KIND_AUTO
|
||||||
|
count: 1
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user