Browse Source

fix: clarify engine descriptions in client.py documentation

myhloli 2 weeks ago
parent
commit
ad35f0bbc2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mineru/cli/client.py

+ 2 - 2
mineru/cli/client.py

@@ -63,8 +63,8 @@ if is_mac_os_version_supported():
       pipeline: More general.
       vlm-transformers: More general, but slower.
       vlm-mlx-engine: Faster than transformers.
-      vlm-vllm-engine: Faster(engine).
-      vlm-lmdeploy-engine: Faster(engine).
+      vlm-vllm-engine: Faster(vllm-engine).
+      vlm-lmdeploy-engine: Faster(lmdeploy-engine).
       vlm-http-client: Faster(client).
     Without method specified, pipeline will be used by default.""",
     default='pipeline',