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 013d274 commit 1706eafCopy full SHA for 1706eaf
src/onnxruntime.cc
@@ -302,7 +302,7 @@ ModelState::ModelState(TRITONBACKEND_Model* triton_model)
302
}
303
304
305
- // Set use_device_allocator_for_initializers
+ // Enable/disable use_device_allocator_for_initializers
306
{
307
triton::common::TritonJson::Value params;
308
if (ModelConfig().Find("parameters", ¶ms)) {
0 commit comments