Commit 408f0a79 authored by zhuwenwen's avatar zhuwenwen
Browse files

update version

parent 1591c68f
......@@ -329,7 +329,7 @@ def get_version_add(sha: Optional[str] = None) -> str:
if sha != 'Unknown':
if sha is None:
sha = get_sha(vllm_root)
version = 'das1.1' + sha[:7]
version = 'das1.1.git' + sha[:7]
# abi version
version += "." + get_abi()
......
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