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
acda0b35
Unverified
Commit
acda0b35
authored
Sep 12, 2024
by
Simon Mo
Committed by
GitHub
Sep 12, 2024
Browse files
bump version to v0.6.1.post1 (#8440)
parent
ba775279
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vllm/version.py
vllm/version.py
+2
-1
No files found.
vllm/version.py
View file @
acda0b35
...
...
@@ -2,6 +2,7 @@ import warnings
try
:
import
vllm.commit_id
__commit__
=
vllm
.
commit_id
.
__commit__
except
Exception
as
e
:
warnings
.
warn
(
f
"Failed to read commit hash:
\n
{
e
}
"
,
...
...
@@ -9,4 +10,4 @@ except Exception as e:
stacklevel
=
2
)
__commit__
=
"COMMIT_HASH_PLACEHOLDER"
__version__
=
"0.6.1"
__version__
=
"0.6.1
.post1
"
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