Automatically updated from 모델 배포(469:tensorflow-fashion-mnist) by 그룹사용자(groupuser)
This commit is contained in:
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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user