From 93b586e131f576856032b8b1c5ff87fe7c0227dc Mon Sep 17 00:00:00 2001 From: "hongliang.yuan" Date: Mon, 26 May 2025 14:11:30 +0800 Subject: [PATCH] add 25.06 release notes --- RELEASE.md | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index c6cadc4b..0e354300 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,89 @@ # DeepSparkInference Release Notes +## 25.06 Release Notes + +### 模型与算法 + +* 新增了24个推理小模型示例,其中支持IGIE推理引擎的15个,支持IxRT推理引擎的9个。 +* 新增了6个大模型推理示例,其中支持IxRT推理引擎的6个。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IGIE
ConvNext_TinyCSPResNeXt50EfficientNet_b5
MNASNet1_0Twins_PCPVTRegnet_x_3_2gf
Regnet_y_16gfSqueezeNet1_1VAN_B0
VGG19VGG19_BNViT
GFLYOLOv12UNet
IxRT
YOLOv9YOLOv10yYOLOv11
ShuffleNetV2_x0_5ShuffleNetV2_x1_0ShuffleNetV2_x1_5
ShuffleNetV2_x2_0ResNeXt101_64x4dResNeXt101_32x8d
大模型
AriaForConditionalGenerationPixtralForConditionalGenerationIdefics3ForConditionalGeneration
H2OVLChatModelMiniCPM-V2Llama-3.2
+ +### 问题修复 + +* 新增了中英文README说明。 +* 新增了全局模型配置文件。 +* 优化了IxRT执行CV/Classification模型的公共代码。 +* 优化了IGIE执行CV/Classification模型的公共代码。 +* 优化了各模型的README表格居中对齐 +* 更新了stable-diffusion-v1-5模型在huggingface上的链接 + +### 版本关联 + +DeepSparkInference 25.06对应天数软件栈4.2.0版本。 + +### 感谢以下社区贡献者 + +YoungPeng,majorli6,honglyua,qiang.zhang。 + ## 25.03 Release Notes ### 模型与算法 -- Gitee