Commit 72de3bf9 authored by zhuwenwen's avatar zhuwenwen
Browse files

add cust2

parent c9d28c80
......@@ -488,10 +488,10 @@ def get_version_add(sha: Optional[str] = None) -> str:
if sha is None:
sha = get_sha(vllm_root)
if (major, minor) == ('2', '4'):
version = 'das.opt1.' + sha[:7]
version = 'das.opt1.cust2.' + sha[:7]
else:
if (major, minor) == ('2', '4'):
version = 'das.opt1'
version = 'das.opt1.cust2'
# dtk version
......
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