Automatically updated from 모델 배포(469:tensorflow-fashion-mnist) by 그룹사용자(groupuser)

This commit is contained in:
groupuser 2025-10-28 01:49:07 +00:00
parent 470e8ecbcb
commit 7a15cb0043

@ -1,13 +1,14 @@
# Triton backend to use # Triton backend to use
name: "Llama-3.2-1B-Instruct" name: "Llama-3.2-1B-Instruct"
backend: "python" backend: "tensorflow"
platform: "tensorflow_savedmodel"
max_batch_size: 0 max_batch_size: 0
input [ input [
{ {
name: "text_input" name: "text_input"
data_type: TYPE_STRING data_type: TYPE_STRING
dims: [ -1 ] dims: [ apple ]
}, },
{ {
name: "max_length" name: "max_length"