Create New File
This commit is contained in:
parent
7e511121cb
commit
5ee10348dd
@ -0,0 +1,20 @@
|
||||
name: "kicon_e5large_15_v1"
|
||||
backend: "python"
|
||||
|
||||
input [
|
||||
{
|
||||
name: "text"
|
||||
data_type: TYPE_STRING
|
||||
dims: [1]
|
||||
}
|
||||
]
|
||||
|
||||
output [
|
||||
{
|
||||
name: "embedding"
|
||||
data_type: TYPE_FP32
|
||||
dims: [1, 1024]
|
||||
}
|
||||
]
|
||||
|
||||
max_batch_size: 0
|
||||
Loading…
Reference in New Issue
Block a user