Commit da9939f
Support remote inference on Triton Inference Server with ease of use (Project-MONAI#536)
* Adding requirements for Triton client impl
Signed-off-by: M Q <[email protected]>
* Updated/added core classes to support Triton remote inference, and added a new example
Signed-off-by: M Q <[email protected]>
* GitHub build server complains about conflicts for tritonclient[]>=2.54 for no specific reasons
Signed-off-by: M Q <[email protected]>
* Fix flake8 complaints
Signed-off-by: M Q <[email protected]>
* Fix pytype complaints by simplifying code
Signed-off-by: M Q <[email protected]>
* Remove now unused imports
Signed-off-by: M Q <[email protected]>
* Addressed all pytype and mypy complaint in new code in the dev env
Signed-off-by: M Q <[email protected]>
* No complaint in local dev env, but on GitHub
Signed-off-by: M Q <[email protected]>
* Add model confgi.pbtxt and example env settings
Signed-off-by: M Q <[email protected]>
* Doc update
Signed-off-by: M Q <[email protected]>
* update license dates
Signed-off-by: M Q <[email protected]>
* Updated the copyright year of new files
Signed-off-by: M Q <[email protected]>
---------
Signed-off-by: M Q <[email protected]>
Signed-off-by: Simone Bendazzoli <[email protected]>1 parent c0f75e9 commit da9939f
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
0 commit comments