TensorRT-LLMs/tensorrt_llm/_torch/llm.py
Yan Chunwei 724e495254
chore: partition LLM class into TorchLLM and TrtLLM (#4900)
Signed-off-by: Superjomn <328693+Superjomn@users.noreply.github.com>
2025-06-18 14:01:25 +08:00

4 lines
72 B
Python

from tensorrt_llm.llmapi.llm import _TorchLLM as LLM
__all__ = ['LLM']