towhee.serve.triton.to_triton_models.ToTriton

class towhee.serve.triton.to_triton_models.ToTriton(obj: Operator, model_root: str, model_name: str, op_config: Dict)[source]

Bases: ABC

ToTriton Base.

Methods

to_triton

Attributes

inputs

outputs

__init__(obj: Operator, model_root: str, model_name: str, op_config: Dict)[source]