Automatically updated from 모델 배포(590:cm-py) by 그룹사용자(groupuser)
This commit is contained in:
parent
5339f1c1dd
commit
e4da8d09dd
11
config.pbtxt
11
config.pbtxt
@ -1,5 +1,6 @@
|
||||
# Triton Backend for Python.
|
||||
backend: "python"
|
||||
# Triton Backend for TensorFlowGraphdef.
|
||||
backend: "tensorflow"
|
||||
platform: "tensorflow_graphdef"
|
||||
max_batch_size: 0
|
||||
|
||||
input [
|
||||
@ -9,12 +10,6 @@ output [
|
||||
]
|
||||
|
||||
|
||||
parameters: [
|
||||
{
|
||||
key: "model_path",
|
||||
value: {string_value: "/cheetah/input/model/groupuser/triton-python-model"}
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
instance_group [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user