Commit f2db436a authored by guanyu1's avatar guanyu1
Browse files

version

parent 71d04ddc
......@@ -2,12 +2,7 @@
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
try:
__version__ = "0.11.0"
__version_tuple__ = (0, 11, 0)
__hcu_version__ = f'0.11.0+das.opt1.alpha.c16e075.dtk25042'
from vllm.version import __version__, __version_tuple__, __hcu_version__
# from ._version import __version__, __version_tuple__
from ._version import __version__, __version_tuple__
except Exception as e:
import warnings
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment