Skip to content

Commit 1706eaf

Browse files
committed
Update
1 parent 013d274 commit 1706eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onnxruntime.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ ModelState::ModelState(TRITONBACKEND_Model* triton_model)
302302
}
303303
}
304304

305-
// Set use_device_allocator_for_initializers
305+
// Enable/disable use_device_allocator_for_initializers
306306
{
307307
triton::common::TritonJson::Value params;
308308
if (ModelConfig().Find("parameters", &params)) {

0 commit comments

Comments
 (0)