From 58a727a9c08e643af903fcd3764875635fba54d5 Mon Sep 17 00:00:00 2001 From: Hao Feng Date: Tue, 1 Jul 2025 10:21:33 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea84907..a15d8e3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Dolphin achieves promising performance across diverse page-level and element-lev Try our demo on [Demo-Dolphin](http://115.190.42.15:8888/dolphin/). ## 📅 Changelog -- 🔥 **2025.06.30** Added [TensorRT-LLM support](https://github.com/bytedance/Dolphin/blob/master/deployment/tensorrt_llm/ReadMe.md) for accelerated inference!Demo acceleration update! +- 🔥 **2025.06.30** Added [TensorRT-LLM support](https://github.com/bytedance/Dolphin/blob/master/deployment/tensorrt_llm/ReadMe.md) for accelerated inference! - 🔥 **2025.06.27** Added [vLLM support](https://github.com/bytedance/Dolphin/blob/master/deployment/vllm/ReadMe.md) for accelerated inference! - 🔥 **2025.06.13** Added multi-page PDF document parsing capability. - 🔥 **2025.05.21** Our demo is released at [link](http://115.190.42.15:8888/dolphin/). Check it out!