Automatically created from 모델 배포(589:cm-python) by 그룹사용자(groupuser)

This commit is contained in:
groupuser 2025-11-04 23:45:24 +00:00
parent 3b09db13bd
commit 30b7078cef

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
}
]