Automatically created from 모델 배포(589:cm-python) by 그룹사용자(groupuser)
This commit is contained in:
parent
3b09db13bd
commit
30b7078cef
22
config.pbtxt
Normal file
22
config.pbtxt
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# This file contains content for Triton Backend for ${modelDeploymentRequest.modelType}.
|
||||||
|
|
||||||
|
# Triton backend to use
|
||||||
|
backend: "pytorch"
|
||||||
|
platform: "pytorch_libtorch"
|
||||||
|
max_batch_size: 0
|
||||||
|
|
||||||
|
input [
|
||||||
|
]
|
||||||
|
|
||||||
|
output [
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
instance_group [
|
||||||
|
{
|
||||||
|
kind: KIND_AUTO
|
||||||
|
count: 1
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user