arbs-gpu

Results 2 issues of arbs-gpu

I use this code[https://github.com/k2-fsa/sherpa/tree/master/triton/zipformer/model_repo_offline](url) to start the Triton service and send requests to count the time spent on the encoder, decoder, and joiner modules. I found that the joiner module...

@csukuangfj The code for this client is in https://github.com/k2-fsa/sherpa/tree/master/triton/client/client.py After my test, if you do not use multi-process mode, that is, send data to the server with a single thread,...