Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
83658c8a
"vscode:/vscode.git/clone" did not exist on "5967d81782e4dc41c95815de44885703fd1d0259"
Unverified
Commit
83658c8a
authored
Jun 22, 2023
by
Zhuohan Li
Committed by
GitHub
Jun 22, 2023
Browse files
Bump up version to 0.1.1 (#204)
parent
1d24ccb9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/__init__.py
vllm/__init__.py
+1
-1
No files found.
vllm/__init__.py
View file @
83658c8a
...
@@ -6,7 +6,7 @@ from vllm.entrypoints.llm import LLM
...
@@ -6,7 +6,7 @@ from vllm.entrypoints.llm import LLM
from
vllm.outputs
import
CompletionOutput
,
RequestOutput
from
vllm.outputs
import
CompletionOutput
,
RequestOutput
from
vllm.sampling_params
import
SamplingParams
from
vllm.sampling_params
import
SamplingParams
__version__
=
"0.1.
0
"
__version__
=
"0.1.
1
"
__all__
=
[
__all__
=
[
"LLM"
,
"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