We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d74a5 commit c6a9930Copy full SHA for c6a9930
src/request_executor.cc
@@ -157,6 +157,7 @@ InferResponseComplete(
157
try {
158
triton::common::TritonJson::Value parameters_json(
159
triton::common::TritonJson::ValueType::OBJECT);
160
+ std::cerr << "debug ziqif: response = " << response << std::endl;
161
uint32_t parameter_count;
162
THROW_IF_TRITON_ERROR(TRITONSERVER_InferenceResponseParameterCount(
163
response, ¶meter_count));
0 commit comments