Automatically created from 모델 배포(585:rm-new-regi) by 그룹사용자(groupuser)
This commit is contained in:
parent
c33f954467
commit
ae801e20e9
25
config.pbtxt
Normal file
25
config.pbtxt
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# Triton backend to use
|
||||||
|
backend: "pytorch"
|
||||||
|
platform: "pytorch_libtorch"
|
||||||
|
max_batch_size: 0
|
||||||
|
|
||||||
|
input [
|
||||||
|
{
|
||||||
|
name: "rm-new-regi"
|
||||||
|
data_type: TYPE_STRING
|
||||||
|
dims: [ -1 ]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
output [
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
instance_group [
|
||||||
|
{
|
||||||
|
kind: KIND_AUTO
|
||||||
|
count: 1
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user