TensorRT-LLMs/tensorrt_llm/hlapi/__init__.py
Kaiyu Xie 5955b8afba
Update TensorRT-LLM Release branch (#1192)
* Update TensorRT-LLM

---------

Co-authored-by: Shixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com>
2024-02-29 17:20:55 +08:00

5 lines
122 B
Python

from .llm import LLM, ModelConfig
from .tokenizer import TokenizerBase
__all__ = ['LLM', 'ModelConfig', 'TokenizerBase']