Files
xc-llm-kunlun/vllm_kunlun/platforms/__init__.py

5 lines
121 B
Python
Raw Normal View History

2025-12-10 12:05:39 +08:00
from .kunlun import KunlunPlatform
current_platform = KunlunPlatform()
__all__ = ["current_platform", "KunlunPlatform"]