We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d2f59 commit 791d79dCopy full SHA for 791d79d
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.1.3"
+__version__ = "0.1.4"
12
13
__all__ = [
14
"LLM",
0 commit comments