Skip to content

Commit 8fbd84b

Browse files
authored
Bump up version to v0.3.2 (vllm-project#2968)
This version is for more model support. Add support for Gemma models (vllm-project#2964) and OLMo models (vllm-project#2832).
1 parent 7d2dcce commit 8fbd84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from vllm.outputs import CompletionOutput, RequestOutput
99
from vllm.sampling_params import SamplingParams
1010

11-
__version__ = "0.3.1"
11+
__version__ = "0.3.2"
1212

1313
__all__ = [
1414
"LLM",

0 commit comments

Comments
 (0)