Skip to content

Commit 00a4288

Browse files
authored
Add runtime to model configuration (#103)
* Add runtime to model config * Update copyright
1 parent c8ce7c7 commit 00a4288

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

protobuf/model_config.proto

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
// Copyright 2018-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
//
33
// Redistribution and use in source and binary forms, with or without
44
// modification, are permitted provided that the following conditions
@@ -1878,6 +1878,12 @@ message ModelConfig
18781878
//@@
18791879
string backend = 17;
18801880

1881+
//@@ .. cpp:var:: string runtime
1882+
//@@
1883+
//@@ The name of the backend library file used by the model.
1884+
//@@
1885+
string runtime = 25;
1886+
18811887
//@@ .. cpp:var:: ModelVersionPolicy version_policy
18821888
//@@
18831889
//@@ Policy indicating which version(s) of the model will be served.

0 commit comments

Comments
 (0)