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

Register TensorFlow Plugins at Runtime #4944

Merged
merged 7 commits into from Dec 6, 2022
Merged

Register TensorFlow Plugins at Runtime #4944

merged 7 commits into from Dec 6, 2022

Conversation

dyastremsky
Copy link
Contributor

@dyastremsky dyastremsky commented Oct 4, 2022

@dyastremsky dyastremsky marked this pull request as draft October 4, 2022 23:20
@dyastremsky dyastremsky marked this pull request as ready for review October 4, 2022 23:36
@dyastremsky dyastremsky requested review from jbkyang-nvi and removed request for Tabrizian October 4, 2022 23:40
docs/user_guide/custom_operations.md Outdated Show resolved Hide resolved
docs/user_guide/custom_operations.md Outdated Show resolved Hide resolved
qa/L0_custom_ops/test.sh Outdated Show resolved Hide resolved
tanmayv25
tanmayv25 previously approved these changes Oct 6, 2022
@@ -60,6 +60,7 @@ RET=0
LD_LIBRARY_PATH=/opt/tritonserver/backends/tensorflow2:$LD_LIBRARY_PATH

# Tensorflow
## LD_PRELOAD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this line needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added it to distinguish this sub-test (LD_PRELOAD) vs the one below (Runtime loading via config). Updated the wording to "Load operations via LD_PRELOAD" and "Load operations via model config" to be clearer. Let me know if you'd prefer different wording.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you'd like any other changes, please let me know.

@dyastremsky dyastremsky merged commit 80cc713 into main Dec 6, 2022
@dyastremsky dyastremsky deleted the dyas-runtime-lib branch December 6, 2022 21:33
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.

None yet

3 participants