zhangyue66 commited on
Commit
cd27a55
·
1 Parent(s): 5752c20
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -73,8 +73,8 @@ PaddleOCR-VL: Boosting Multilingual Document Parsing via a 0.9B Ultra-Compact Vi
73
 
74
  ## News
75
 
76
- * ```2025.11.04``` 🥳 PaddleOCR-VL-0.9B is now officially supported on `vLLM`.
77
- * ```2025.10.29``` Supports calling the core module PaddleOCR-VL-0.9B of PaddleOCR-VL via the `transformers` library.
78
  * ```2025.10.16``` 🚀 We release [PaddleOCR-VL](https://github.com/PaddlePaddle/PaddleOCR), — a multilingual documents parsing via a 0.9B Ultra-Compact Vision-Language Model with SOTA performance.
79
 
80
  ## Usage
@@ -118,7 +118,7 @@ for res in output:
118
 
119
  You can start the vLLM inference service using one of two methods:
120
 
121
- - Method1: PaddleOCR method
122
 
123
  ```bash
124
  docker run \
@@ -129,7 +129,7 @@ for res in output:
129
  paddleocr genai_server --model_name PaddleOCR-VL-0.9B --host 0.0.0.0 --port 8080 --backend vllm
130
  ```
131
 
132
- - Method2: vLLM method
133
 
134
  [vLLM: PaddleOCR-VL Usage Guide](https://docs.vllm.ai/projects/recipes/en/latest/PaddlePaddle/PaddleOCR-VL.html)
135
 
 
73
 
74
  ## News
75
 
76
+ * ```2025.11.04``` <img src="https://avatars.githubusercontent.com/u/136984999?s=48&v=4" width="18"/> PaddleOCR-VL-0.9B is now officially supported on `vLLM` .
77
+ * ```2025.10.29``` <img src="https://avatars.githubusercontent.com/u/25720743?s=48&v=4" width="18"/> Supports calling the core module PaddleOCR-VL-0.9B of PaddleOCR-VL via the `transformers` library.
78
  * ```2025.10.16``` 🚀 We release [PaddleOCR-VL](https://github.com/PaddlePaddle/PaddleOCR), — a multilingual documents parsing via a 0.9B Ultra-Compact Vision-Language Model with SOTA performance.
79
 
80
  ## Usage
 
118
 
119
  You can start the vLLM inference service using one of two methods:
120
 
121
+ - Method 1: PaddleOCR method
122
 
123
  ```bash
124
  docker run \
 
129
  paddleocr genai_server --model_name PaddleOCR-VL-0.9B --host 0.0.0.0 --port 8080 --backend vllm
130
  ```
131
 
132
+ - Method 2: vLLM method
133
 
134
  [vLLM: PaddleOCR-VL Usage Guide](https://docs.vllm.ai/projects/recipes/en/latest/PaddlePaddle/PaddleOCR-VL.html)
135