Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
0627b53a
Commit
0627b53a
authored
Sep 14, 2025
by
zhuwenwen
Browse files
update rc2
parent
cf1c8d43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
setup.py
setup.py
+3
-3
No files found.
setup.py
View file @
0627b53a
...
...
@@ -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.rc
1
.'
+
sha
[:
7
]
version
=
'das.opt1.rc
2
.'
+
sha
[:
7
]
else
:
if
(
major
,
minor
)
>=
(
'2'
,
'5'
):
version
=
'das.opt1.rc
1
'
version
=
'das.opt1.rc
2
'
# dtk version
...
...
@@ -819,4 +819,4 @@ setup(
},
cmdclass
=
cmdclass
,
package_data
=
package_data
,
)
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment