Releases: rtzr/tritony
Releases Β· rtzr/tritony
v0.0.20
v0.0.19
Add asyncio support for tritonclient (beta) (#23) * Add aio_grpcclient, aio_httpclient * add test_multiple_tasks test-case * tritony==0.0.19
v0.0.18
What's Changed
- Update requirements from tritonclient[all] to tritonclient[http,grpc] by @kimdwkimdw in #22
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
- Update requirements for tritonclient>=2.34.0 by @kimdwkimdw in #21
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
- Enable the
run_async=False
option for theInferenceClient
. by @SangwonSUH in #17 - auto-reload model_spec when Exception by @kimdwkimdw in #16
- remove too verbose log with tritonclient by @kimdwkimdw in #14
New Contributors
- @SangwonSUH made their first contribution in #17
Full Changelog: v0.0.12...v0.0.16
v0.0.12
What's Changed
- Add TritonModelInput with
optional
andparameters
by @kimdwkimdw in #13
Full Changelog: v0.0.11...v0.0.12