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
8d8357c8
"vscode:/vscode.git/clone" did not exist on "c2bcb0abd68bd17db84048c5506cc30c323e8720"
Unverified
Commit
8d8357c8
authored
May 04, 2024
by
Simon Mo
Committed by
GitHub
May 04, 2024
Browse files
bump version to v0.4.2 (#4600)
parent
43029870
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/scripts/create_release.js
.github/workflows/scripts/create_release.js
+1
-1
vllm/__init__.py
vllm/__init__.py
+1
-1
No files found.
.github/workflows/scripts/create_release.js
View file @
8d8357c8
...
...
@@ -8,7 +8,7 @@ module.exports = async (github, context, core) => {
generate_release_notes
:
true
,
name
:
process
.
env
.
RELEASE_TAG
,
owner
:
context
.
repo
.
owner
,
prerelease
:
fals
e
,
prerelease
:
tru
e
,
repo
:
context
.
repo
.
repo
,
tag_name
:
process
.
env
.
RELEASE_TAG
,
});
...
...
vllm/__init__.py
View file @
8d8357c8
...
...
@@ -9,7 +9,7 @@ from vllm.model_executor.models import ModelRegistry
from
vllm.outputs
import
CompletionOutput
,
RequestOutput
from
vllm.sampling_params
import
SamplingParams
__version__
=
"0.4.
1
"
__version__
=
"0.4.
2
"
__all__
=
[
"LLM"
,
...
...
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