mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-24 04:33:04 +08:00
* Update TensorRT-LLM --------- Co-authored-by: Shixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com>
5 lines
122 B
Python
5 lines
122 B
Python
from .llm import LLM, ModelConfig
|
|
from .tokenizer import TokenizerBase
|
|
|
|
__all__ = ['LLM', 'ModelConfig', 'TokenizerBase']
|