Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix HugeCTR backend build #8

Merged
merged 1 commit into from
May 20, 2021
Merged

Fix HugeCTR backend build #8

merged 1 commit into from
May 20, 2021

Conversation

benfred
Copy link
Member

@benfred benfred commented May 20, 2021

Running the hugectr inference example fails with an error like "Unsupported:
triton backend API version does not support this backend"

Fix by setting the triton backend tags when building the hugectr backend to be
the same as the tritonserver version we are bundling in the dockerfile.
(as DALI does in their triton backend
https://github.com/triton-inference-server/dali_backend/blob/caef37a6c3ee7e6ef22f12e441d9400ffd407e3e/docker/Dockerfile.devel#L70-L80)

Running the hugectr inference example fails with an error like "Unsupported:
triton backend API version does not support this backend"

Fix by setting the triton backend tags when building the hugectr backend to be
the same as the tritonserver version we are bundling in the dockerfile.
(as DALI does in their triton backend
https://github.com/triton-inference-server/dali_backend/blob/caef37a6c3ee7e6ef22f12e441d9400ffd407e3e/docker/Dockerfile.devel#L70-L80)
@benfred benfred merged commit 9f2f7f7 into main May 20, 2021
@benfred benfred deleted the hugectr_backend_fix branch May 20, 2021 23:42
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