mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
* Update TensorRT-LLM --------- Co-authored-by: meghagarwal <16129366+megha95@users.noreply.github.com> Co-authored-by: Shixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com>
7 lines
123 B
Python
7 lines
123 B
Python
from .auto_parallel import AutoParallelConfig, auto_parallel
|
|
|
|
__all__ = [
|
|
'auto_parallel',
|
|
'AutoParallelConfig',
|
|
]
|