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
81dabf24
Unverified
Commit
81dabf24
authored
Feb 19, 2025
by
Daniele
Committed by
GitHub
Feb 19, 2025
Browse files
[CI/Build] force writing version file (#13544)
Signed-off-by:
Daniele Trifirò
<
dtrifiro@redhat.com
>
parent
42333026
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pyproject.toml
pyproject.toml
+1
-1
setup.py
setup.py
+1
-1
No files found.
pyproject.toml
View file @
81dabf24
...
...
@@ -42,7 +42,7 @@ Slack="http://slack.vllm.ai/"
vllm
=
"vllm.entrypoints.cli.main:main"
[tool.setuptools_scm]
version_file
=
"vllm/_version.py"
# no extra settings needed, presence enables setuptools-scm
[tool.setuptools.packages.find]
where
=
["."]
...
...
setup.py
View file @
81dabf24
...
...
@@ -499,7 +499,7 @@ def get_gaudi_sw_version():
def
get_vllm_version
()
->
str
:
version
=
get_version
()
version
=
get_version
(
write_to
=
"vllm/_version.py"
)
sep
=
"+"
if
"+"
not
in
version
else
"."
# dev versions might contain +
if
_no_device
():
...
...
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