Skip to content

Commit

Permalink
Add runtime to model config
Browse files Browse the repository at this point in the history
  • Loading branch information
kthui committed Nov 1, 2023
1 parent adef772 commit da04332
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions protobuf/model_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1842,6 +1842,12 @@ message ModelConfig
//@@
string backend = 17;

//@@ .. cpp:var:: string runtime
//@@
//@@ The name of the backend library file used by the model.
//@@
string runtime = 25;

//@@ .. cpp:var:: ModelVersionPolicy version_policy
//@@
//@@ Policy indicating which version(s) of the model will be served.
Expand Down

0 comments on commit da04332

Please sign in to comment.