Skip to content

Conversation

pskiran1
Copy link
Member

@pskiran1 pskiran1 commented Feb 17, 2025

Updated the repeat_int32 model to include an optional parameter output_num_elements. This parameter allows us to specify the number of elements in the output tensor for each response, which can help increase the tensor size for CI test cases. If the output_num_elements parameter is not provided, it defaults to 1 (existing).
For example, if the input 'IN' is [4] and 'output_num_elements' is set to 3, the output 'OUT' will be [4, 4, 4]. If 'output_num_elements' is not specified, the output 'OUT' will default to [4].

For more info triton-inference-server/server#7879

@pskiran1 pskiran1 marked this pull request as ready for review February 17, 2025 16:43
@pskiran1 pskiran1 merged commit 1b797d6 into main Feb 20, 2025
3 checks passed
@pskiran1 pskiran1 deleted the spolisetty_dlis_7657 branch May 8, 2025 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants