Ryan McCormick
Ryan McCormick
Hi @gandharv-kapoor , Are you trying to install Triton directly on the VM, or are you trying to run Triton containers (docker) on the VM? If you are building/running docker...
CC @Tabrizian @jbkyang-nvi @tanmayv25 if we want to support this. If so, I'm sure we would welcome the contribution @janjagusch :slightly_smiling_face:
Closing due to lack of activity and recent changes to doc structure introduced a lot of merge conflicts. Please open a new PR and follow CLA guidelines as Iman suggested...
Hi @PRIYANKArythem3 , have you tried to include Triton lib first in the LD_PRELOAD to avoid any potential symbol issues as discussed here: https://github.com/triton-inference-server/server/issues/4456#issuecomment-1164811121? Perhaps this issue is similarly related....
Hi @eanmikale , From a glance at your code, it looks like maybe the actual image input data you are sending is not of shape `[224,224,3]` but is instead `[1,576,625,3]`....
Hi @LLsmile , Please share more info per the [bug template](https://github.com/triton-inference-server/server/blob/main/.github/ISSUE_TEMPLATE/bug_report.md). Also please share the full server/client log that contains the error you're getting.
LGTM. Not approving to avoid accidental merge. You can also convert this PR to a "draft" to avoid merging.
Closing, not needed anymore after reviews.
Hi @omidb, Thanks for raising this. From a quick glance, it looks like given current Triton protocols, you would embed a simple GRPC app into the server container and setup...
Filed ticket DLIS-3949