"vscode:/vscode.git/clone" did not exist on "ecfde082c596c63b3bb4d9039ab67d15b79bc578"
Commit 74a444b5 authored by gaoqiong's avatar gaoqiong
Browse files

领导反悔,需要更新beta版本

parent 02ff7bb1
......@@ -559,10 +559,10 @@ def get_version_add(sha: Optional[str] = None) -> str:
if sha is None:
sha = get_sha(vllm_root)
if (major, minor) >= ('2', '5'):
version = 'das.opt1.alpha.' + sha[:7]
version = 'das.opt1.beta.' + sha[:7]
else:
if (major, minor) >= ('2', '5'):
version = 'das.opt1.alpha'
version = 'das.opt1.beta'
# 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