Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
irexyc committed May 18, 2023
1 parent 6fe281c commit fcdf52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/mmdeploy/triton/instance_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ TRITONSERVER_Error* ModelInstanceState::Execute(TRITONBACKEND_Request** requests
TritonModelInstance(), total_batch_size, exec_start_ns, compute_start_ns,
compute_end_ns, exec_end_ns),
"failed reporting batch request statistics");
#endif // TRITON_ENABLE_STATS
#endif

return nullptr; // success
}
Expand Down

0 comments on commit fcdf52f

Please sign in to comment.