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 1d24ccb commit 83658c8Copy full SHA for 83658c8
vllm/__init__.py
@@ -6,7 +6,7 @@
6
from vllm.outputs import CompletionOutput, RequestOutput
7
from vllm.sampling_params import SamplingParams
8
9
-__version__ = "0.1.0"
+__version__ = "0.1.1"
10
11
__all__ = [
12
"LLM",
0 commit comments