From 37a0b4d5c050f20a66cbf88438c30a2cacf6f078 Mon Sep 17 00:00:00 2001 From: Roger Wang Date: Wed, 1 Oct 2025 00:46:49 -0700 Subject: [PATCH] update Signed-off-by: Roger Wang --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a71d05d..1f73ff6 100755 --- a/README.md +++ b/README.md @@ -1031,7 +1031,8 @@ We highly recommend using vLLM for deployment and inference. All of our evaluati vllm serve rednote-hilab/dots.ocr --trust-remote-code --async-scheduling --gpu-memory-utilization 0.95 # vLLM API Demo -# See demo/demo_vllm.py for details on parameter and prompt settings that help achieve the best output quality. +# See dots_ocr/model/inference.py for details on parameter and prompt settings +# that help achieve the best output quality. python3 ./demo/demo_vllm.py --prompt_mode prompt_layout_all_en ```