diff --git a/protobuf/model_config.proto b/protobuf/model_config.proto index 0910c69..06f013d 100644 --- a/protobuf/model_config.proto +++ b/protobuf/model_config.proto @@ -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 @@ -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.