Bump up version to v0.3.2 (#2968)

This version is for more model support. Add support for Gemma models (#2964) and OLMo models (#2832).
This commit is contained in:
Zhuohan Li 2024-02-21 11:47:25 -08:00 committed by GitHub
parent 7d2dcce175
commit 8fbd84bf78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ from vllm.entrypoints.llm import LLM
from vllm.outputs import CompletionOutput, RequestOutput
from vllm.sampling_params import SamplingParams
__version__ = "0.3.1"
__version__ = "0.3.2"
__all__ = [
"LLM",