"tests/models/quantization/test_aqlm.py" did not exist on "e489ad7a210f4234db696d1f2749d5f3662fa65b"
Unverified Commit c6f2485c authored by Jee Jee Li's avatar Jee Jee Li Committed by GitHub
Browse files

[[Misc]] Add extra deps for openai server image (#8792)

parent 300da091
......@@ -202,7 +202,7 @@ FROM vllm-base AS vllm-openai
# install additional dependencies for openai api server
RUN --mount=type=cache,target=/root/.cache/pip \
pip install accelerate hf_transfer 'modelscope!=1.15.0'
pip install accelerate hf_transfer 'modelscope!=1.15.0' bitsandbytes>=0.44.0 timm==0.9.10
ENV VLLM_USAGE_SOURCE production-docker-image
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment