Initial commit for vLLM-Kunlun Plugin
This commit is contained in:
5
vllm_kunlun/platforms/__init__.py
Normal file
5
vllm_kunlun/platforms/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .kunlun import KunlunPlatform
|
||||
|
||||
current_platform = KunlunPlatform()
|
||||
|
||||
__all__ = ["current_platform", "KunlunPlatform"]
|
||||
Reference in New Issue
Block a user