Initial commit for vLLM-Kunlun Plugin

This commit is contained in:
dongxinyu03
2025-12-10 12:05:39 +08:00
commit c728e52505
131 changed files with 28816 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
"""vllm_kunlun version.py"""
vllm_version = "0.9.2"
xvllm_version_tuple = (0, 9, 2)
def get_xvllm_version():
major, minor, patch = xvllm_version_tuple
return f"{major}.{minor}.{patch}"