From c988183884da302b5c7a1e92496ea39f9e679b1f Mon Sep 17 00:00:00 2001 From: gyeongmin Date: Tue, 13 May 2025 20:25:57 +0900 Subject: [PATCH] add platform --- config.pbtxt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.pbtxt b/config.pbtxt index 7d7a58f..6e0b3de 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -1,5 +1,6 @@ # Triton backend to use name: "tensorflow-fashion-mnist" +platform: "tensorflow_savedmodel" backend: "tensorflow" max_batch_size: 0 @@ -23,4 +24,3 @@ output [ dims: [-1, 10] } ] -