From 77ffcb2240a4c1362afddb668c25f2582c9c069a Mon Sep 17 00:00:00 2001 From: cheetahadmin Date: Thu, 13 Nov 2025 04:45:40 +0000 Subject: [PATCH] Update config.pbtxt --- config.pbtxt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/config.pbtxt b/config.pbtxt index 9ef0e23..dd8edcc 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -92,14 +92,11 @@ input [ # Triton should expect to respond with a single string # output of variable length named 'text_output' output [ - { - name: "text_output" - data_type: TYPE_STRING - dims: [ -1 ] - + name: "embedding_output" + data_type: TYPE_FP32 # 또는 TYPE_FP16 + dims: [ -1, -1 ] # [seq_len, hidden_size] } - ] parameters: [