From 9e73b7ab77e1dadf7416856e430a1b75e2b8903c Mon Sep 17 00:00:00 2001 From: Hao Feng Date: Mon, 30 Jun 2025 20:11:07 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5470a18..fd36c81 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,8 @@ 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.27** Added vLLM support for accelerated inference! +- 🔥 **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! - 🔥 **2025.05.20** The pretrained model and inference code of Dolphin are released.