Skip to content

Conversation

@Jackiexiao
Copy link

I've updated the pull request at #141 with the following changes:

  • I've made modifications in line with @pranavsharma's review comments.
  • I've resolved the merge conflicts that arose due to the pull request being based on an older version.

samgoel01 and others added 2 commits August 23, 2022 15:43
For every instance in a model instance group a new ORT session is
created. This code adds support to share a session per instance
group.
This support can be enabled by defining 'share_session' to true
in triton model config "parameters". Example:
parameters [
.....
  {
    key: "share_session"
    value: {string_value: "true"}
  }
]

This is a global parameter and cannot be defined per instance
group. The user should determine if the parameter makes sense for
their setup.
@Jackiexiao Jackiexiao force-pushed the main branch 2 times, most recently from ea864b4 to ca09cb5 Compare February 4, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants