towhee.serve.triton.to_triton_models.TritonFiles

class towhee.serve.triton.to_triton_models.TritonFiles(root: str, model_name: str)[source]

Bases: object

File path name.

Methods

Attributes

config_file

model_path

onnx_model_file

postprocess_pickle

postprocess_pickle_path

preprocess_pickle

preprocess_pickle_path

python_model_file

root

trt_model_file

__init__(root: str, model_name: str)[source]