Automatically created from 모델 배포(600:test) by 그룹사용자(groupuser)
This commit is contained in:
parent
5f7e346ee1
commit
941e027c46
25
config.pbtxt
Normal file
25
config.pbtxt
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# Triton Backend for Python.
|
||||||
|
backend: "python"
|
||||||
|
max_batch_size: 0
|
||||||
|
|
||||||
|
input [
|
||||||
|
]
|
||||||
|
|
||||||
|
output [
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
parameters: [
|
||||||
|
{
|
||||||
|
key: "model_path",
|
||||||
|
value: {string_value: "/cheetah/input/model/groupuser/aifirca-model"}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
instance_group [
|
||||||
|
{
|
||||||
|
kind: KIND_AUTO
|
||||||
|
count: 1
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user