TensorRT-LLMs/tensorrt_llm/auto_parallel/__init__.py
Kaiyu Xie 4bb65f216f
Update TensorRT-LLM (#1274)
* Update TensorRT-LLM

---------

Co-authored-by: meghagarwal <16129366+megha95@users.noreply.github.com>
Co-authored-by: Shixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com>
2024-03-12 18:15:52 +08:00

7 lines
123 B
Python

from .auto_parallel import AutoParallelConfig, auto_parallel
__all__ = [
'auto_parallel',
'AutoParallelConfig',
]