Compare commits

...

No commits in common. "main" and "refs/deployment/triton" have entirely different histories.

2 changed files with 20 additions and 0 deletions

20
config.pbtxt Normal file

@ -0,0 +1,20 @@
backend: "pytorch"
platform: "pytorch_libtorch"
max_batch_size: 16
input [
{
name: "input__0"
data_type: TYPE_FP32
dims: [ 3, 224, 224 ]
}
]
output [
{
name: "output__0"
data_type: TYPE_FP32
dims: [ 1000 ]
}
]

BIN
model.pt

Binary file not shown.