Skip to content

Commit 9337272

Browse files
committed
add missing code
1 parent 3a2182f commit 9337272

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/request_executor.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ InferResponseComplete(
171171
name + "'."));
172172
}
173173
}
174+
triton::common::TritonJson::WriteBuffer buffer;
175+
THROW_IF_TRITON_ERROR(parameters_json.Write(&buffer));
176+
parameters_string = buffer.Contents();
174177
}
175178
catch (const PythonBackendException& pb_exception) {
176179
if (response != nullptr) {

0 commit comments

Comments
 (0)