zhangyue66 commited on
Commit
e9b3971
Β·
1 Parent(s): d7d1f37
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -72,8 +72,11 @@ PaddleOCR-VL: Boosting Multilingual Document Parsing via a 0.9B Ultra-Compact Vi
72
 
73
 
74
  ## News
 
 
 
 
75
  * ```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.
76
- * ```2025.10.29``` Supports calling the core module PaddleOCR-VL-0.9B of PaddleOCR-VL via the `transformers` library.
77
 
78
 
79
  ## Usage
 
72
 
73
 
74
  ## News
75
+
76
+ * ```2025.11.07``` πŸš€ Enabled `flash-attn` in the `transformers` library to achieve faster inference with PaddleOCR-VL-0.9B.
77
+ * ```2025.11.04``` 🌟 PaddleOCR-VL-0.9B is now officially supported on `vLLM` .
78
+ * ```2025.10.29``` πŸ€— Supports calling the core module PaddleOCR-VL-0.9B of PaddleOCR-VL via the `transformers` library.
79
  * ```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.
 
80
 
81
 
82
  ## Usage