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
551 stars 227 forks source link

PA should check whether user-supplied inputs exist in the model #612

Closed dyastremsky closed 3 months ago

dyastremsky commented 5 months ago

If a user provides inputs that the model does not support, then an error should be returned.

A follow-up ticket (TPA-165) has been filed to create a mock filesystem to test DataLoader::ValidateIOExistsInModel with inputs/outputs as files.

Passing unit tests: image