From eb39b46f12c073da48f1a59063af35f6d9281e89 Mon Sep 17 00:00:00 2001 From: "mingjiang.li" Date: Tue, 26 Aug 2025 17:58:30 +0800 Subject: [PATCH 1/4] update model table Signed-off-by: mingjiang.li --- RELEASE.md | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 7b43f7ab..41bffcc2 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -7,8 +7,8 @@ ### 模型与算法 -* 新增了19个推理小模型示例,其中支持IGIE推理引擎的12个,支持IxRT推理引擎的7个。 -* 新增了11个大语言模型推理示例,涉及vLLM、FastDeploy、LMDeploy等框架。 +* 新增了19个推理小模型示例,其中支持IGIE推理引擎的12个,支持ixRT推理引擎的7个。 +* 新增了11个大语言模型推理示例,涉及FastDeploy、LMDeploy和vLLM等框架。 @@ -21,29 +21,29 @@ + - - + + - + - - + + - + - @@ -54,26 +54,25 @@ - + + + + + + - + + - - - - - - - - + + -
Regnet_x_400mfRegnet_y_3_2gf Regnet_y_32gfRegNet_y_400mf
Regnet_y_3_2gfRegNet_y_400mfSSD VGG13VGG13_BN
VGG13_BN YOLOFSSD YOLOv13
IxRTixRT
ATSS CLIP CSPResNeXt50EfficientNet-B4
EfficientNet-B4 EfficientNet-B5ATSS PAA
大模型
Whisper (vLLM)CosyVoice2-0.5B (PyTorch)E5-V (vLLM)ERNIE-4.5-21B-A3B (FastDeploy)
ERNIE-4.5-300B-A47B (FastDeploy) GLM-4V (vLLM)MiniCPM-o-2_6 (vLLM)InternLM3 (LMDeploy)
MiniCPM-o-2_6 (vLLM) Qwen-VL (vLLM) Qwen2-VL (vLLM)Qwen2.5-VL (vLLM)
E5-V (vLLM)ERNIE-4.5-21B-A3B (FastDeploy)ERNIE-4.5-300B-A47B (FastDeploy)
InternLM3 (LMDeploy)CosyVoice2-0.5BQwen2.5-VL (vLLM)Whisper (vLLM)
### 修复更新 -- Gitee From 7ece218cb47668aa43da07d0f8987892fe762560 Mon Sep 17 00:00:00 2001 From: "mingjiang.li" Date: Thu, 28 Aug 2025 15:13:40 +0800 Subject: [PATCH 2/4] update fix/update notes --- RELEASE.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 41bffcc2..c3a5ba78 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -77,13 +77,13 @@ ### 修复更新 -* 更新了4.3.0适用大/小模型推理的Docker使用说明。 -* 修复了部分模型依赖缺失问题。 -* 同步了CLIP模型最新代码。 -* 修复了MViTv2-base模型推理问题。 -* 更新了ixRT命名。 -* 修复了BERT Large SQuAD模型链接404问题。 -* 修复了README文件中markdownlint的问题。 +* 更新了4.3.0适用大/小模型推理的Docker使用说明 (#ICLDBK) +* 修复了BERT Large SQuAD模型链接404问题 (#ICSF66) +* 修复了部分模型依赖缺失问题 +* 修复了MViTv2-base模型推理问题 +* 修复了README文件中markdownlint的问题 +* 同步了CLIP模型的最新代码 +* 同步了工具箱ByteMLPerf中optimizer的代码 (#ICKHTC) ### 版本关联 -- Gitee From a2f9f09602ba6c94cb7a2afa2a80da78b36fec79 Mon Sep 17 00:00:00 2001 From: "mingjiang.li" Date: Thu, 18 Sep 2025 10:45:07 +0800 Subject: [PATCH 3/4] update 25.09 release notes --- RELEASE.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index c3a5ba78..99d604bd 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,7 +8,7 @@ ### 模型与算法 * 新增了19个推理小模型示例,其中支持IGIE推理引擎的12个,支持ixRT推理引擎的7个。 -* 新增了11个大语言模型推理示例,涉及FastDeploy、LMDeploy和vLLM等框架。 +* 新增了11个大语言模型推理示例,涉及[FastDeploy](https://github.com/PaddlePaddle/FastDeploy)、[LMDeploy](https://github.com/InternLM/lmdeploy)和[vLLM](https://github.com/vllm-project/vllm)等框架。 @@ -77,13 +77,12 @@ ### 修复更新 -* 更新了4.3.0适用大/小模型推理的Docker使用说明 (#ICLDBK) * 修复了BERT Large SQuAD模型链接404问题 (#ICSF66) -* 修复了部分模型依赖缺失问题 -* 修复了MViTv2-base模型推理问题 -* 修复了README文件中markdownlint的问题 -* 同步了CLIP模型的最新代码 -* 同步了工具箱ByteMLPerf中optimizer的代码 (#ICKHTC) +* 修复了4.3.0容器环境下部分模型的依赖缺失问题 +* 修复了MViTv2-base模型推理异常的问题 +* 更新了CLIP模型的最新代码 +* 更新了ByteMLPerf工具箱中optimizer的代码出处 (#ICKHTC) +* 更新了4.3.0适用大/小模型推理的Docker使用说明 (#ICLDBK) ### 版本关联 -- Gitee From fd29e29851411361c4a6f4834af2c916d4b36edc Mon Sep 17 00:00:00 2001 From: "mingjiang.li" Date: Thu, 18 Sep 2025 10:52:55 +0800 Subject: [PATCH 4/4] new table format --- RELEASE.md | 40 ++++++++++++++++++---------------------- 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 99d604bd..1b5ea808 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -11,9 +11,23 @@ * 新增了11个大语言模型推理示例,涉及[FastDeploy](https://github.com/PaddlePaddle/FastDeploy)、[LMDeploy](https://github.com/InternLM/lmdeploy)和[vLLM](https://github.com/vllm-project/vllm)等框架。
- - + + + + + + + + + + + + + + + + @@ -34,27 +48,9 @@ - - - - - - - - - - - - - - - - - - - + - + -- Gitee
IGIEixRT
ATSSCLIPCSPResNeXt50
EfficientNet-B4EfficientNet-B5PAA
RetinaNet
IGIE
EfficientNet-B6 MNASNet1_3YOLOF YOLOv13
ixRT
ATSSCLIPCSPResNeXt50
EfficientNet-B4EfficientNet-B5PAA
RetinaNet
大模型
大模型
CosyVoice2-0.5B (PyTorch)CosyVoice2-0.5B E5-V (vLLM) ERNIE-4.5-21B-A3B (FastDeploy)