Skip to content

Commit bd59969

Browse files
committed
Update
1 parent 7d3934a commit bd59969

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/onnxruntime.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,9 @@ ModelState::ModelState(TRITONBACKEND_Model* triton_model)
316316

317317
LOG_MESSAGE(
318318
TRITONSERVER_LOG_VERBOSE,
319-
(std::string("Configuring ") +
320-
use_device_allocator_for_initializers_key + " to " + string_value)
319+
(std::string("Configuring '") +
320+
use_device_allocator_for_initializers_key + "' to '" +
321+
string_value + "' for '" + Name() + "'")
321322
.c_str());
322323
THROW_IF_BACKEND_MODEL_ORT_ERROR(ort_api->AddSessionConfigEntry(
323324
soptions, use_device_allocator_for_initializers_key,

0 commit comments

Comments
 (0)