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
a9267f52
Commit
a9267f52
authored
May 07, 2025
by
zhuwenwen
Browse files
release opt1 version
parent
c7cd5a9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+2
-2
No files found.
setup.py
View file @
a9267f52
...
@@ -488,11 +488,11 @@ def get_version_add(sha: Optional[str] = None) -> str:
...
@@ -488,11 +488,11 @@ def get_version_add(sha: Optional[str] = None) -> str:
if
sha
is
None
:
if
sha
is
None
:
sha
=
get_sha
(
vllm_root
)
sha
=
get_sha
(
vllm_root
)
if
(
major
,
minor
)
==
(
'2'
,
'4'
):
if
(
major
,
minor
)
==
(
'2'
,
'4'
):
version
=
'das.opt
2.alpha
.'
+
sha
[:
7
]
version
=
'das.opt
1
.'
+
sha
[:
7
]
# version = 'das.opt1.' + sha[:7]
# version = 'das.opt1.' + sha[:7]
else
:
else
:
if
(
major
,
minor
)
==
(
'2'
,
'4'
):
if
(
major
,
minor
)
==
(
'2'
,
'4'
):
version
=
'das.opt
2.alpha
'
version
=
'das.opt
1
'
# version = 'das.opt1'
# version = 'das.opt1'
...
...
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