Commit c18b113d authored by zhuwenwen's avatar zhuwenwen
Browse files

remove major and minor of torch

parent 09639eec
......@@ -509,10 +509,8 @@ def get_version_add(sha: Optional[str] = None) -> str:
if sha != 'Unknown':
if sha is None:
sha = get_sha(vllm_root)
if (major, minor) >= ('2', '5'):
version = 'das.opt1.alpha.' + sha[:7]
else:
if (major, minor) >= ('2', '5'):
version = 'das.opt1.alpha'
......
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