Open charlesmelby opened 1 year ago
An additional option to read from a file like in ModelWarmup.Input would also be useful.
Tritonserver can definitely accommodate models with no inputs. I think this should unblock you for now. Thanks for the RFE.
Is your feature request related to a problem? Please describe. I am working with multiple nested ensembles that use shared components (some are python) with ensemble-dependent configuration.
I would like to be able to specify the configuration as a constant tensor in the ensemble config. (N.B. Actually it would be nice to be able to define constant input tensors for backends other than ensemble.) Currently I either have to
Describe the solution you'd like For example, for a model that multiplies two numbers
I'd like to use something akin to tensor protos to specify a value for an input tensor:
Describe alternatives you've considered The other option I can think of is creating a backend that generates a constant tensor from an empty input, although I don't know if tritonserver can accommodate models with no inputs.