We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ce7c7 commit 00a4288Copy full SHA for 00a4288
protobuf/model_config.proto
@@ -1,4 +1,4 @@
1
-// Copyright 2018-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+// Copyright 2018-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
//
3
// Redistribution and use in source and binary forms, with or without
4
// modification, are permitted provided that the following conditions
@@ -1878,6 +1878,12 @@ message ModelConfig
1878
//@@
1879
string backend = 17;
1880
1881
+ //@@ .. cpp:var:: string runtime
1882
+ //@@
1883
+ //@@ The name of the backend library file used by the model.
1884
1885
+ string runtime = 25;
1886
+
1887
//@@ .. cpp:var:: ModelVersionPolicy version_policy
1888
1889
//@@ Policy indicating which version(s) of the model will be served.
0 commit comments