forked from triton-inference-server/python_backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable batching on inferentia and add tests (triton-inference-server#107
) This PR enables batching for inferentia models, added tests for batching, and fixed inferentia + triton tensorflow bug where first dimension of inputs need to be multiples of num_threads_per_core * core_per_instance. Also added extra error reporting in python backend stub Testing PR: triton-inference-server/server#3714
- Loading branch information
1 parent
29cb0f2
commit c192e88
Showing
4 changed files
with
248 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.