Commit Graph

2401 Commits

Author SHA1 Message Date
游薪渝(揽清) a7adb32b72 [feat] support thinking mode setting 2025-08-13 17:41:24 +08:00
王召德 3386f1711c
Merge pull request #3805 from wangzhaode/feature/bugfix_reranker
[LLM:Bugfix] Bugfix reranker demo compile failed on windows.
2025-08-13 12:02:41 +08:00
wangzhaode 279e8a3ab8 [LLM:Bugfix] Bugfix reranker demo compile failed on windows. 2025-08-13 11:40:20 +08:00
ihb2032 ed4d8b759c Remove redundant CPUBackend creation in CPUBackend.cpp
Signed-off-by: lyd1992 <liuyudong@iscas.ac.cn>

Signed-off-by: ihb2032 <1355790728@qq.com>
2025-08-13 10:16:50 +08:00
jxt1234 b58d3f49a8
Merge pull request #3802 from huangzhengxiang/bug-fix
Add sm_87 to support Nvidia Jetson Orin
2025-08-13 10:04:06 +08:00
jxt1234 fb5efc7a95
Merge pull request #3804 from yanzhang-dev/features/cmake-disable-if-fails
Disable the MNN_KLEIDIAI if download fails.
2025-08-13 10:03:38 +08:00
yanzhang 74d7675a72 Disable the MNN_KLEIDIAI if download fails.
Change-Id: I47f509878fc3f1f28b5af68a912d976bb1e45276
Signed-off-by: yanzhang <yanzhang.wang@arm.com>
2025-08-12 21:44:18 +08:00
huangzhengxiang aa5b6677a2
Update backend/cuda/CMakeLists.txt
Add sm_87 to support Nvidia Jetson Orin
2025-08-12 19:17:17 +08:00
若遗 aeb02b8ef5 add release scripts , support minicpm 2025-08-12 17:00:05 +08:00
游薪渝(揽清) 2b58ee98ea [fix] load local model from history 2025-08-12 16:32:33 +08:00
游薪渝(揽清) 8b26e3316a [fix] load local model from history 2025-08-12 16:22:46 +08:00
王召德 77542e20f0
Merge pull request #3800 from wangzhaode/feature/bugfix_qwen2vl
[LLM:Bugfix] Bugfix of Qwen2/2.5-VL export.
2025-08-12 15:06:12 +08:00
wangzhaode 1abaecf267 [LLM:Bugfix] Bugfix of Qwen2/2.5-VL export. 2025-08-12 15:05:35 +08:00
游薪渝(揽清) aee9e04370 [fix] process think tag 2025-08-12 11:28:47 +08:00
游薪渝(揽清) 669a7e8b1b [fix] error alert dismiss 2025-08-11 11:28:08 +08:00
ihb2032 19fd96f7f0 Merge branch 'master' into feature/rvv-opt 2025-08-08 17:00:47 +08:00
王召德 fa1ac1f6a4
Merge pull request #3792 from Juude/mnnchat/playstore
mnn chat support gpt-oss-20b
2025-08-08 16:46:58 +08:00
若遗 809dfdc796 Merge remote-tracking branch 'remotes/origin_juude/mnnchat/playstore' into mnnchat/playstore 2025-08-08 16:38:57 +08:00
若遗 5f1c8b3525 support gpt-oss-20b 2025-08-08 16:34:28 +08:00
ihb2032 53909274f5 Merge branch 'master' into feature/rvv-opt 2025-08-08 13:04:37 +08:00
若遗 d7d45438ba Merge remote-tracking branch 'remotes/origin/master' into mnnchat/playstore 2025-08-08 13:00:34 +08:00
王召德 542349e65a
Merge pull request #3790 from wangzhaode/feature/sync_gpt
[MNN:Sync] Sync Internal reranker, gpt-oss.
2025-08-08 12:26:11 +08:00
zhaode.wzd 55a59a7ebc [MNN:Sync] Sync Internal reranker, gpt-oss. 2025-08-08 12:24:23 +08:00
Jinde.Song c782378e3d
Merge branch 'alibaba:master' into mnnchat/playstore 2025-08-08 10:59:54 +08:00
若遗 70df094a74 fix huggingface not delete success 2025-08-08 10:20:01 +08:00
ihb2032 e07b695088 Unified variable naming
Signed-off-by: lyd1992 <liuyudong@iscas.ac.cn>

Signed-off-by: ihb2032 <1355790728@qq.com>
2025-08-08 08:42:09 +08:00
若遗 acdccca745 add qwen3-4b-thiniking,qwen3 coder 2025-08-07 11:28:16 +08:00
ihb2032 b35da10227 ENH, SIMD: Refactor MNNMatrixProd RVV optimization to use 8-register group without loop unrolling
Signed-off-by: lyd1992 <liuyudong@iscas.ac.cn>

Signed-off-by: ihb2032 <1355790728@qq.com>
2025-08-07 11:17:29 +08:00
游薪渝(揽清) 5cdc7750c0 [fix] use modelers to download 2025-08-06 15:39:57 +08:00
ihb2032 4cf16d6761 Merge branch 'master' into feature/rvv-opt 2025-08-06 15:02:23 +08:00
jxt1234 5a92d224e8
Merge pull request #3776 from yanzhang-dev/features/macro-to-hint
Replace the KleidiAI macro with the hint config
2025-08-06 14:33:27 +08:00
王召德 fd43497784
Merge pull request #3783 from Yogayu/master
iOS LLM Chat Bugfix
2025-08-06 11:04:00 +08:00
游薪渝(揽清) 13f3de9082 Merge branch 'bugfix_v_0.1' 2025-08-06 10:51:55 +08:00
游薪渝(揽清) a827c78dca [fix] start button status 2025-08-06 10:49:02 +08:00
ihb2032 8e93b5e846 Add MNN_USE_RVV CMake macro and update build documentation
Signed-off-by: lyd1992 <liuyudong@iscas.ac.cn>

Signed-off-by: ihb2032 <1355790728@qq.com>
2025-08-06 10:38:38 +08:00
jxt1234 73ef99aef6
Merge pull request #3781 from Juude/mnnchat/playstore
Mnnchat/playstore
2025-08-05 21:16:31 +08:00
若遗 fe105b2e23 reformat 2025-08-05 19:08:50 +08:00
若遗 4746d85fa4 release 0.6.8 2025-08-05 17:59:29 +08:00
游薪渝(揽清) 74e71e5a3a [update] make full cell clickable 2025-08-05 17:40:56 +08:00
yanzhang 2cc9156795 fix: correct the doc
Change-Id: I8a6cf34ecf07b5cb914e90edc3cb9f0299a73995
2025-08-05 17:30:52 +08:00
游薪渝(揽清) e46ccc6214 [update] only support benchmark word with debug 2025-08-05 16:47:38 +08:00
游薪渝(揽清) 02906ef445 [update] sync download status 2025-08-05 16:46:36 +08:00
游薪渝(揽清) 411eed9931 [fix] release model to free memory 2025-08-05 16:44:29 +08:00
游薪渝(揽清) a05e57ac66 [update] avoiding models duplicates 2025-08-05 16:38:44 +08:00
游薪渝(揽清) 12466647e2 [update] use think tag to render text 2025-08-05 16:24:47 +08:00
yanzhang 26667576aa fix: x86 and android build failure
Change-Id: Ic4da99b67bcb4f785ef4493987398d5552b8f552
2025-08-05 16:17:00 +08:00
游薪渝(揽清) 1f8b171870 [fix] refresh chat history and show more preview content 2025-08-05 15:50:52 +08:00
游薪渝(揽清) 22a10c9706 [fix] stop benchmark button 2025-08-05 15:43:12 +08:00
yanzhang a52a884d6d fix: failures for other platforms
Signed-off-by: yanzhang <yanzhang.wang@arm.com>
Change-Id: Id7b3da7f3d0c4ef88f4c48bfa87471eaab764973
2025-08-05 15:30:22 +08:00
ihb2032 815ed5d6cb ENH, SIMD: Optimize matrix product with RVV implementation in MNNMatrixProd
Signed-off-by: lyd1992 <liuyudong@iscas.ac.cn>

Signed-off-by: ihb2032 <1355790728@qq.com>
2025-08-05 14:06:29 +08:00