Open jerry605 opened 6 months ago
@jerry605 the In Process Python API is a way to create your own server using the Triton Core and Backends and so is not a direct replacement for the tritonserver
REST / gRPC server application. There is no specific recommendation on which is better suited to your use case.
What happens when you use nsys to profile your resulting python module / application?
Is your feature request related to a problem? Please describe.
Hi team,
we used to use command line to start a Triton server, so it's easy to enable nsys by running command like below
We recently switched to Python server API, seems this is new practice and recommended for future, we started like below
We are wondering how we can enbale nsys when using Python server API Thanks a lot. Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.