diff --git a/config.pbtxt b/config.pbtxt new file mode 100644 index 0000000..1b107ec --- /dev/null +++ b/config.pbtxt @@ -0,0 +1,25 @@ +name: "kicon_e5large_15_v1" +backend: "python" + +input [ + { + name: "text" + data_type: TYPE_STRING + dims: [1] + } +] + +output [ + { + name: "embedding" + data_type: TYPE_FP32 + dims: [1024] # 임베딩 크기에 맞게 조정 + } +] + +max_batch_size: 0 +instance_group [ + { + kind: KIND_GPU + } +] \ No newline at end of file