Skip to content

Commit

Permalink
add missing code
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqif-nv committed Feb 3, 2025
1 parent 3a2182f commit 9337272
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/request_executor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ InferResponseComplete(
name + "'."));
}
}
triton::common::TritonJson::WriteBuffer buffer;
THROW_IF_TRITON_ERROR(parameters_json.Write(&buffer));
parameters_string = buffer.Contents();
}
catch (const PythonBackendException& pb_exception) {
if (response != nullptr) {
Expand Down

0 comments on commit 9337272

Please sign in to comment.