From e7a1f4aa085a83ac18668e16a10afbff8a8c5967 Mon Sep 17 00:00:00 2001 From: Roger Wang Date: Tue, 30 Sep 2025 23:07:48 -0700 Subject: [PATCH] update Signed-off-by: Roger Wang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56b96f8..918274c 100755 --- a/README.md +++ b/README.md @@ -1024,7 +1024,7 @@ python3 tools/download_model.py --type modelscope ## 2. Deployment ### vLLM inference -We highly recommend using vLLM for deployment and inference. All of our evaluations results are based on vLLM 0.9.1 via out-of-tree model registration. Since vLLM version 0.11.0, Dots OCR has been officially integrated into vLLM and you can use vLLM docker image directly (e.g, `vllm/vllm-openai:v0.11.0`) to deploy the model server. +We highly recommend using vLLM for deployment and inference. All of our evaluations results are based on vLLM 0.9.1 via out-of-tree model registration. **Since vLLM version 0.11.0, Dots OCR has been officially integrated into vLLM** and you can use vLLM docker image directly (e.g, `vllm/vllm-openai:v0.11.0`) to deploy the model server. ```shell # Launch vLLM model server