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

input_data #661

Closed riyajatar37003 closed 4 months ago

riyajatar37003 commented 4 months ago

HI,

should i need to create json with all possible inputs present in my all config.pbtxt?

if i have two models and in each model i have 2 inputs . so in the input_data.json should i place sample input data for all 4 inputs or what?

thanks

matthewkotila commented 4 months ago

Perf Analyzer generally only runs on one model at a time, so whatever model you pass to -m, you should supply an input data JSON corresponding to that model's inputs.