Skip to content

Commit c6a9930

Browse files
committed
add cerr
1 parent 99d74a5 commit c6a9930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/request_executor.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ InferResponseComplete(
157157
try {
158158
triton::common::TritonJson::Value parameters_json(
159159
triton::common::TritonJson::ValueType::OBJECT);
160+
std::cerr << "debug ziqif: response = " << response << std::endl;
160161
uint32_t parameter_count;
161162
THROW_IF_TRITON_ERROR(TRITONSERVER_InferenceResponseParameterCount(
162163
response, &parameter_count));

0 commit comments

Comments
 (0)