mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
4 lines
72 B
Python
4 lines
72 B
Python
from tensorrt_llm.llmapi.llm import _TorchLLM as LLM
|
|
|
|
__all__ = ['LLM']
|