mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
5 lines
143 B
Python
5 lines
143 B
Python
from .openai_disagg_server import OpenAIDisaggServer
|
|
from .openai_server import OpenAIServer
|
|
|
|
__all__ = ['OpenAIServer', 'OpenAIDisaggServer']
|