TensorRT-LLMs/examples/scaffolding/contrib/__init__.py
narutolhy ccd73c71a5
feat: Add stream generation task scaffolding examples (#3527)
* stream generation task/controller

Signed-off-by: narutolhy <582909902@qq.com>

* edit README

Signed-off-by: narutolhy <582909902@qq.com>

* rename README

Signed-off-by: narutolhy <582909902@qq.com>

---------

Signed-off-by: narutolhy <582909902@qq.com>
2025-04-16 11:33:55 +08:00

7 lines
158 B
Python

from tensorrt_llm.scaffolding import * # noqa
__all__ = [
'NativeStreamGenerationController', 'StreamGenerationTask',
'stream_generation_handler'
]