Upgrade vLLM to v0.19.0 for Gemma 4 support (requires transformers>=5.5.0)
This commit is contained in:
@@ -139,7 +139,7 @@ RUN apt-get update && apt-get install -y build-essential cmake gcc && \
|
||||
# ==============================================================================
|
||||
FROM build-base AS build-vllm
|
||||
# vLLM version to build
|
||||
ARG VLLM_REF=v0.18.2rc0
|
||||
ARG VLLM_REF=v0.19.0
|
||||
# Install ccache for faster compilation
|
||||
RUN apt-get update && apt-get install -y ccache
|
||||
RUN git clone https://github.com/vllm-project/vllm.git
|
||||
|
||||
Reference in New Issue
Block a user