Automatically created by CHEETAH

This commit is contained in:
groupuser 2025-09-30 00:03:02 +00:00
parent b4167db1d6
commit 5f7b6ababc

21
config.pbtxt Normal file

@ -0,0 +1,21 @@
# Triton backend to use
name: "fashion-mnist-h2"
backend: "tensorflow"
platform: "tensorflow_savedmodel"
max_batch_size: 0
input [
]
output [
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]