We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f588520 commit f46b414Copy full SHA for f46b414
1 file changed
Dockerfile
@@ -269,6 +269,7 @@ ARG LMDEPLOY_WHEELS=https://github.com/InternLM/lmdeploy/releases/download/v${LM
269
RUN --mount=type=secret,id=HTTPS_PROXY,env=https_proxy \
270
--mount=type=secret,id=NO_PROXY,env=no_proxy \
271
pip install fastapi fire openai outlines \
272
+ pyzmq aiohttp cloudpickle prometheus_client protobuf timm!=1.0.23 numpy pillow einops tiktoken sentencepiece \
273
partial_json_parser 'ray[default]<3' shortuuid uvicorn pybase64 \
274
'pydantic>2' openai_harmony dlblas --target ${XTUNER_LMDEPLOY_ENVS_DIR} --no-cache-dir -i ${DEFAULT_PYPI_URL} && \
275
pip install xgrammar==0.1.32 --no-cache-dir -i ${DEFAULT_PYPI_URL} --no-deps && \
0 commit comments