Skip to content

Commit

Permalink
Add runtime to model configuration (#103)
Browse files Browse the repository at this point in the history
* Add runtime to model config

* Update copyright
  • Loading branch information
kthui authored Jan 11, 2024
1 parent c8ce7c7 commit 00a4288
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion protobuf/model_config.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// Copyright 2018-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -1878,6 +1878,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 00a4288

Please sign in to comment.