tutorials
tutorials copied to clipboard
Example usage of kafka endpoints as an input and output for triton server using Python API
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 of tokenizer as a custom model.
Input: Each message in the kafka topic Output: json string of the output produced after passing the input through the deployed model
This PR has an example to support #3131 using triton's python API