Commit Graph

87 Commits

Author SHA1 Message Date
xiaying e5e7fccd99 MNN:Sync: Sync Internal 3.2.1 2025-06-17 11:08:21 +08:00
xiaying 09b6cd9862 MNN:Sync: Sync 3.2.0 2025-06-05 15:15:29 +08:00
zhaode.wzd bd36a3f749 [MNN:Sync] Sync internal:
1. SmolVLM, FastVLM support.
    2. QNN backend init.
    3. Qwen3 MoE support.
    4. Speculative decodeing init.
    5. Some bugfix.
2025-05-23 15:24:18 +08:00
王召德 88b29f64b5
Merge pull request #3525 from wangzhaode/feature/add_demo
[Docs:Update] Add TTS demo.
2025-05-12 10:02:53 +08:00
yanxing 8123578df9 [Docs:Update] Add TTS demo. 2025-05-12 10:02:27 +08:00
zhaode.wzd 0eb1db0c34 [LLM:Bugfix] Bugfix of Omni audio. 2025-05-08 18:04:18 +08:00
zhaode.wzd a019d971ad [MNN:Sync] Sync Internal 3.1.4. 2025-05-08 12:39:44 +08:00
xiaying 0769b81b58 MNN:Sync: Sync Internal 3.1.3 2025-04-28 11:50:24 +08:00
xiaying e9c3296942 MNN:Sync: Sync Internal 3.1.2 2025-03-27 11:30:13 +08:00
jxt1234 63e5eb2b85
Merge pull request #3298 from huangzhengxiang/master
更新Sampler介绍,在安卓App加入Sampler选项
2025-03-13 11:49:37 +08:00
xiaying c0247c6998 MNN:Sync: Sync Internal 3.1.1 2025-03-12 11:35:16 +08:00
jxt1234 dc91ff3ad7
Merge pull request #3286 from jules-ai/jules_text_correction
text correction
2025-03-10 09:17:31 +08:00
zhengxiang huang d52dbc01c5 add sampler to llm README.md, add sampler and opencl selection to android app demo 2025-03-06 23:25:43 +08:00
Jules 908972fa9a text revision 2025-03-05 05:42:40 +00:00
zhaode.wzd d9a6ce3ac1 [MNN:Sync] Sync Internal 3.1.0. 2025-02-24 11:44:27 +08:00
xiaying 3b6ddc0341 MNN:Sync: Sync Internal 3.0.5 2025-02-12 11:14:19 +08:00
jxt1234 2eaa09289a
Merge pull request #3202 from jules-ai/jules-ai-docs-words-correction
correct some words of NeuralNetWorkOp.md
2025-02-07 09:59:49 +08:00
xiaying 6fbe95c7d7 Doc:Opt: Add harmony compile and llm depend 2025-02-06 17:29:12 +08:00
Jules 87d57d03b5
correct some words of NeuralNetWorkOp.md 2025-02-06 16:39:08 +08:00
xiaying 766815282f MNN:Sync: Sync Internal 3.0.4 2025-01-22 16:28:36 +08:00
xiaying 110ac6a5e1 LLM:Bugfix: Fix compile bug for mllm 2025-01-03 18:45:17 +08:00
xiaying 27da5e7d48 MNN:Sync: sync internal 3.0.3 2024-12-31 15:34:41 +08:00
xiaying da4023c222 MNN:Sync: Sync Interal 3.0.2 2024-12-19 20:34:17 +08:00
hzx f09908ec37 merge MNN-3.0.1 2024-12-03 10:38:19 +08:00
hzx 9f116b89bd merge MNN-3.0.1 2024-12-02 22:35:36 +08:00
xiaying 809bff1b30 MNN:Sync: Sync Internal 3.0.1 2024-12-02 10:12:08 +08:00
hzx 5079f7eaf5 not runnable yet 2024-11-20 11:43:26 +08:00
xiaying 5b901d9d87 MNN:Sync: Sync Internal 3.0.0 2024-11-18 14:40:27 +08:00
hzx 028f09a7c9 add perplexity and llm dataset processing, supports wikitext and shareGPT 2024-11-12 13:58:59 +08:00
hzx f3dcb29476 refactor llm project to retain the previous interfaces for backward compatibility 2024-11-06 22:24:17 +08:00
zhengxiang huang 69e1187d85 remove some commented lines: 2024-10-31 18:44:14 +08:00
huangzhengxiang f8d0ddc622
Delete docs/transformers/optimizations.md 2024-10-31 17:10:27 +08:00
hzx 215a21cc6d add android demo 2024-10-31 09:20:02 +08:00
hzx 06736c31f6 fix the bug of reset 2024-10-30 15:33:19 +08:00
hzx beea99f294 update docs and remove penalize_ngram with penalty 2024-10-30 12:01:19 +08:00
hzx 656dc18695 resolve conflicts 2024-10-29 19:38:29 +08:00
hzx 93656a3a3a first commit for Sampler 2024-10-29 19:32:47 +08:00
xiaying 860fceb3ab MNN:Sync: Sync Internal 2.9.6 2024-10-14 19:26:28 +08:00
xiaying 1effb0c9e5 MNN:Sync: Sync Internal 2.9.5 2024-09-12 12:57:57 +08:00
xiaying ae6253fb46 MNN:Sync: Sync Internal 2.9.4 2024-08-24 15:46:21 +08:00
xiaying 602b2e22a4 Doc:Feature: Add correct check in faq 2024-07-26 10:42:38 +08:00
xiaying c6f25cafc6 MNN:Sync: Sync Internal 2.9.3 2024-07-22 20:51:06 +08:00
xiaying 358251d11f MNN:Sync: Sync Internal 2.9.2 2024-07-04 17:13:44 +08:00
xiaying 65ec0ea406 MNN:Sync: Fix bug for llama2/llama3 attention fuse, refract llm usage 2024-06-15 15:39:59 +08:00
xiaying 5b19cbbbf1 [MNN:Sync] Sync Internal 2.9.1 2024-06-03 20:09:34 +08:00
xiaying cf23784b2a Docs:Bugfix: Update req sphinx to 5.0.0 2024-06-03 15:10:25 +08:00
xiaying 65e8ecdac0 Docs:Bugfix: Move yaml 2024-06-03 15:00:03 +08:00
xiaying 016e238f4a MNN:Docs: Add .readthedocs.yaml for compile 2024-06-03 14:53:04 +08:00
jxt1234 6a22d17aa9
Merge pull request #2861 from DestinyOfLove/patch-1
Update module.md
2024-05-11 19:46:46 +08:00
xiaying 7cad2ee83f MNN:Sync Sync Internal 2.9.0 2024-05-11 19:17:02 +08:00