We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9417671 commit 2e0b6e7Copy full SHA for 2e0b6e7
vllm/__init__.py
@@ -8,7 +8,7 @@
8
from vllm.outputs import CompletionOutput, RequestOutput
9
from vllm.sampling_params import SamplingParams
10
11
-__version__ = "0.2.6"
+__version__ = "0.2.7"
12
13
__all__ = [
14
"LLM",
0 commit comments