"tests/vscode:/vscode.git/clone" did not exist on "5a3f1eb62fb8a5d114001488832f8bd7f93df5b8"
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: ...@@ -329,7 +329,7 @@ def get_version_add(sha: Optional[str] = None) -> str:
if sha != 'Unknown': if sha != 'Unknown':
if sha is None: if sha is None:
sha = get_sha(vllm_root) sha = get_sha(vllm_root)
version = 'das1.1' + sha[:7] version = 'das1.1.git' + sha[:7]
# abi version # abi version
version += "." + get_abi() 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