triton-inference-server / client

Triton Python, C++ and Java client libraries, and GRPC-generated client examples for go, java and scala.
BSD 3-Clause "New" or "Revised" License
528 stars 225 forks source link

Remove unnecessary OpenAI rankings parsing branch #734

Closed dyastremsky closed 3 weeks ago

dyastremsky commented 3 weeks ago

Context: https://github.com/triton-inference-server/client/pull/728/files#r1664451669

Rankings support is only for request-level metrics, so the conditional branch specifying its input text is unnecessary. This commit was not merged as part of the original PR.