Skip to content

Commit

Permalink
update ops.pbtxt
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfng committed Sep 6, 2023
1 parent f5de304 commit 5fcd187
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

## What is bisheng-rt?

bisheng-rt is an open source inference serving framework that power the model inference and resource allocation.
Expand Down Expand Up @@ -30,7 +29,7 @@ todo: update later

### Using from pre-builded image

todo: upadte later
todo: update later

## Documentation

Expand All @@ -42,7 +41,7 @@ check out [bisheng-rt Dev Docs](https://m7a7tqsztt.feishu.cn/wiki/CTXNwpqGKiMs5F
Reporting problems, asking questions
We appreciate any feedback, questions or bug reporting regarding this project.

User can posting [Issues](https://github.com/dataelement/bisheng/issues),
User can post [Issues](https://github.com/dataelement/bisheng/issues),
follow the process outlined in the [Stack Overflow document](https://stackoverflow.com/help/mcve).

For questions, we recommend posting in our community GitHub [Discussions](https://github.com/dataelement/bisheng/discussions).
Expand Down
17 changes: 17 additions & 0 deletions resource/internal_model_repository/op_defs/ops.pbtxt
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,23 @@ ops [
{ name: "OUTPUT", data_type: TYPE_STRING, dims: [ 1 ] }
]

instance_group [ { count: 1, kind: KIND_CPU } ]
},
{
name: "dataelem.pymodel.elem_model"
backend: "python"
max_batch_size: 0

parameters { key: "pymodel_type" value: { string_value: "" } }

input [
{ name: "INPUT", data_type: TYPE_STRING, dims: [ 1 ] }
]

output [
{ name: "OUTPUT", data_type: TYPE_STRING, dims: [ 1 ] }
]

instance_group [ { count: 1, kind: KIND_CPU } ]
}
]

0 comments on commit 5fcd187

Please sign in to comment.