Create New File

This commit is contained in:
groupuser 2025-04-30 01:42:24 +00:00
parent 3fcea63de1
commit adccea5d5b

25
config.pbtxt Normal file

@ -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
}
]