tutorials
tutorials copied to clipboard
This repository contains tutorials and examples for Triton Inference Server
- [ ] Update readme - [ ] Add instructions for generating the models
This PR provides an example of using kafka endpoints as an input and output for triton server using Python API. As an example code, we have deployed a preprocessing stage...
https://github.com/triton-inference-server/server/pull/7176
This proposes linking to LightGBM's latest stable docs, instead of `v3.3.2` ([which came out in June 2022](https://github.com/microsoft/LightGBM/releases/tag/v3.3.2)). Thanks for your time and consideration.
Add markdown code block type hint.
Added version folder in ensemble_model in side the model repository. Changed shm-size from 256m to 1G. These changes are required to run the ensemble model example on Triton 23.12.
fixed gr.Image().style to gr.Image(height=512)