diff --git a/README.md b/README.md
index 83ac47df..b8faef88 100644
--- a/README.md
+++ b/README.md
@@ -632,12 +632,13 @@ A WebUI developed based on Gradio, with a simple interface and only core parsing
| Parsing Backend |
pipeline (Accuracy1 82+) |
- vlm (Accuracy1 90+) |
+ vlm (Accuracy1 90+) |
| transformers |
mlx-engine |
vllm-engine / vllm-async-engine |
+ lmdeploy-engine |
http-client |
@@ -648,6 +649,7 @@ A WebUI developed based on Gradio, with a simple interface and only core parsing
Good compatibility, but slower |
Faster than transformers |
Fast, compatible with the vLLM ecosystem |
+ Fast, compatible with the LMDeploy ecosystem |
Suitable for OpenAI-compatible servers5 |
@@ -655,33 +657,34 @@ A WebUI developed based on Gradio, with a simple interface and only core parsing
| Linux2 / Windows / macOS |
macOS3 |
Linux2 / Windows4 |
+ Linux2 / Windows |
Any |
| CPU inference support |
✅ |
- ❌ |
+ ❌ |
Not required |
| GPU Requirements | Volta or later architectures, 6 GB VRAM or more, or Apple Silicon |
Apple Silicon |
- Volta or later architectures, 8 GB VRAM or more |
+ Volta or later architectures, 8 GB VRAM or more |
Not required |
| Memory Requirements |
- Minimum 16 GB, 32 GB recommended |
+ Minimum 16 GB, 32 GB recommended |
8 GB |
| Disk Space Requirements |
- 20 GB or more, SSD recommended |
+ 20 GB or more, SSD recommended |
2 GB |
| Python Version |
- 3.10-3.13 |
+ 3.10-3.13 |
diff --git a/README_zh-CN.md b/README_zh-CN.md
index e9dea28a..757c7dc7 100644
--- a/README_zh-CN.md
+++ b/README_zh-CN.md
@@ -619,12 +619,13 @@ https://github.com/user-attachments/assets/4bea02c9-6d54-4cd6-97ed-dff14340982c
| 解析后端 |
pipeline (精度1 82+) |
- vlm (精度1 90+) |
+ vlm (精度1 90+) |
| transformers |
mlx-engine |
vllm-engine / vllm-async-engine |
+ lmdeploy-engine |
http-client |
@@ -635,6 +636,7 @@ https://github.com/user-attachments/assets/4bea02c9-6d54-4cd6-97ed-dff14340982c
兼容性好, 速度较慢 |
比transformers快 |
速度快, 兼容vllm生态 |
+ 速度快, 兼容lmdeploy生态 |
适用于OpenAI兼容服务器5 |
@@ -642,33 +644,34 @@ https://github.com/user-attachments/assets/4bea02c9-6d54-4cd6-97ed-dff14340982c
| Linux2 / Windows / macOS |
macOS3 |
Linux2 / Windows4 |
+ Linux2 / Windows |
不限 |
| CPU推理支持 |
✅ |
- ❌ |
+ ❌ |
不需要 |
| GPU要求 | Volta及以后架构, 6G显存以上或Apple Silicon |
Apple Silicon |
- Volta及以后架构, 8G显存以上 |
+ Volta及以后架构, 8G显存以上 |
不需要 |
| 内存要求 |
- 最低16GB以上, 推荐32GB以上 |
+ 最低16GB以上, 推荐32GB以上 |
8GB |
| 磁盘空间要求 |
- 20GB以上, 推荐使用SSD |
+ 20GB以上, 推荐使用SSD |
2GB |
| python版本 |
- 3.10-3.13 |
+ 3.10-3.13 |