3.6.0 #4546
wangzhaode
announced in
Announcements
3.6.0
#4546
Replies: 2 comments 1 reply
-
|
能否告知windows的release包是用vs哪个版本编译的?vs2019或更高版本?另,以后发布release包能否将编译环境说明也附带一下?多谢。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
非常感谢您的回复,主要看到接口里有用到C++标准库的类型,觉得应该得对齐一下编译版本,避免一些不必要的麻烦。再次感谢!
---- Replied Message ----
***@***.***>Date6/30/2026 ***@***.***>***@***.***>,
***@***.***>SubjectRe: [alibaba/MNN] 3.6.0 (Discussion #4546)
MNN 3.6.0 的 Windows release 包是通过 GitHub Actions windows-release job 编译的。该 job 使用 windows-latest runner,当次实际 runner 镜像为 windows-2025-vs2026,对应 Visual Studio 2026 Enterprise,MSVC toolset 14.51.36231,CMake 识别的编译器版本为 MSVC 19.51.36246.0。后续 release 包我们可以补充编译环境说明,避免 windows-latest 这类浮动镜像带来的歧义。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MNN 3.6.0 版本发布说明
发布日期: 2026年6月
📦 安装:
pip install mnn==3.6.0| PyPI📌 版本概述
MNN 3.6.0 版本聚焦于 多模态 LLM 模型扩展与推理加速、GPU 多后端深度优化 以及 低比特量化与硬件适配增强 三大核心主题:
🚀 版本亮点
✨ 新功能
LLM / VLM
模型导出 / 模型支持
GPU 后端
CPU 后端
构建 / 测试 / 工具
应用
🐛 缺陷修复
LLM / VLM
GPU 后端
CPU 后端
算子 / Converter
Diffusion
编译 / Embedding / 其它
📚 其他改进
MNN_CPU_DEQUANT_GEMM:移除已废弃的 MNN_CPU_DEQUANT_GEMM 相关代码WEIGHT_DEQUANT_GEMM宏:移除废弃宏,精简代码📊 性能基准
🙏 致谢
衷心感谢所有贡献者对本版本的宝贵贡献(按 GitHub login 列出):
llm_demo#4424)MNN 3.6.0 Release Notes
Release Date: June 2026
📦 Install:
pip install mnn==3.6.0| PyPI📌 Overview
MNN 3.6.0 focuses on three core themes: Multimodal LLM Model Expansion & Inference Acceleration, Deep Multi-Backend GPU Optimization, and Low-bit Quantization & Hardware Adaptation Enhancement:
onClone.🚀 Highlights
✨ New Features
LLM / VLM
onCloneRefactor: Unified KV Cache reuse viaonCloneacross backendsModel Export / Model Support
GPU Backends
onClone: Move opt pipeline creation into constructor-8during dequantCPU Backend
Build / Testing / Tools
Apps
🐛 Bug Fixes
LLM / VLM
size_tnarrowing inexpandKVCacheInDiskllm_demolinear-attention state reset: Reset linear-attention states inllm_demoeos_token_idstop_ids fallbackinv_freqbufferk_eq_vand head_dim auto-detection via mapperKVCACHE_INFOmeta_maskQKgapLen: Moved gapLen computation after null mask early returnGPU Backends
MNN_CUDA_NATIVE_ARCHBuild: Fixed CMake build failuresMNN2QNNModelMSVC compile errorsCPU Backend
Memory_Lowon CPUs without sdotOps / Converter
Diffusion
tokenizer.hppcstdint: Added include to fixuint8_tundeclaredBuild / Embedding / Misc
embedding_democrash: Fixed crash caused bymMeta->add==0/Ziand/DEBUGflags on Windows📚 Other Improvements
CLAUDE.mdtoAGENTS.mdand forwarded via includeMNN_CUDA_NATIVE_ARCHDocumentationMNN_CPU_DEQUANT_GEMM: Deleted deprecated MNN_CPU_DEQUANT_GEMM codeWEIGHT_DEQUANT_GEMMmacro: Removed deprecated macro🙏 Acknowledgements
We sincerely thank all contributors for their valuable contributions to this release (listed by GitHub login):
llm_demolinear-attention state reset ([LLM:Bugfix] Reset linear-attention states inllm_demo#4424)test_ci.shand Vulkan/OpenCL op fixes (Add test_ci.sh + declarative stage config (test_stages.json) and assorted CI / op fixes #4422)tokenizer.hppcstdint fix ([Vulkan:Bugfix] Fix bug for building mnncli with -DMNN_VULKAN=ON #4373)Full Changelog: 3.5.0...3.6.0
This discussion was created from the release 3.6.0.
Beta Was this translation helpful? Give feedback.
All reactions