Skip to content

[Question] Setting the default input and output tensor names in the config.pbtxt #5415

Closed Answered by dyastremsky
keremyldrr asked this question in Q&A
Discussion options

You must be logged in to vote

The model config isn't for overriding model inputs/outputs. You're getting the error because your model has one name for the input and you're specifying the other. Autocomplete is likely pulling the names from the model and trying to set the correct config for you. Otherwise, Triton has no way to know which config input/output goes with which input/output in your model.

If you want to change the input/output names, your best bet would be to update the models to do so.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dyastremsky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5410 on February 24, 2023 18:12.