Create New File
This commit is contained in:
parent
3fcea63de1
commit
adccea5d5b
25
config.pbtxt
Normal file
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
|
||||
}
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user