Files
xc-llm-kunlun/vllm_kunlun/platforms/__init__.py
2025-12-10 12:05:39 +08:00

5 lines
121 B
Python

from .kunlun import KunlunPlatform
current_platform = KunlunPlatform()
__all__ = ["current_platform", "KunlunPlatform"]