Update config.pbtxt
This commit is contained in:
parent
b35dcc2f21
commit
58a757858c
21
config.pbtxt
21
config.pbtxt
@ -1,21 +1,20 @@
|
|||||||
# Triton backend to use
|
|
||||||
name: "resnet50"
|
|
||||||
backend: "pytorch"
|
backend: "pytorch"
|
||||||
platform: "pytorch_libtorch"
|
platform: "pytorch_libtorch"
|
||||||
max_batch_size: 0
|
|
||||||
|
max_batch_size: 16
|
||||||
|
|
||||||
input [
|
input [
|
||||||
|
{
|
||||||
|
name: "input__0"
|
||||||
|
data_type: TYPE_FP32
|
||||||
|
dims: [ 3, 224, 224 ]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
output [
|
output [
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
instance_group [
|
|
||||||
{
|
{
|
||||||
kind: KIND_AUTO
|
name: "output__0"
|
||||||
count: 1
|
data_type: TYPE_FP32
|
||||||
|
dims: [ 1000 ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user