jxt1234
fa3b2161a9
Merge pull request #3929 from alibaba/feature/bugfix
...
android / android_build (push) Has been cancelled
Details
ios / ios_build (push) Has been cancelled
Details
linux / linux_buil_test (push) Has been cancelled
Details
macos / macos_buil_test (push) Has been cancelled
Details
windows / windows_build_test (push) Has been cancelled
Details
MNN:Bugfix: Fix bug for https://github.com/alibaba/MNN/issues/3924
2025-10-05 15:02:35 +08:00
xiaying
2a750ad7f8
MNN:Bugfix: Fix bug for https://github.com/alibaba/MNN/issues/3924
2025-10-05 14:35:21 +08:00
jxt1234
ad83430bf8
Merge pull request #3918 from Edward-Elric233/fix/windows-install-dll
...
Fix: install Windows DLLs to bin directory
2025-10-05 14:34:21 +08:00
cloud.wang
0f1376f015
Fix: install Windows DLLs to bin directory
...
Currently, when building shared libraries on Windows with MSVC or MinGW,
`cmake --install` does not copy the generated `.dll` files because the
`install(TARGETS ...)` command does not specify a `RUNTIME DESTINATION`.
In CMake, `.dll` files are classified as RUNTIME type, and they need an
explicit `RUNTIME DESTINATION` to be installed.
This patch updates the install() rule to:
install(TARGETS MNN
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)
- On Windows:
* `.dll` → bin/
* `.lib` (import/static library) → lib/
- On Linux/macOS:
* `.so` / `.dylib` → lib/ (unchanged)
* No impact on current behavior
This follows CMake's cross-platform installation conventions, and makes
`cmake --install` produce a standard and complete installation layout.
2025-09-29 22:03:21 +08:00
jxt1234
d2dd1e9484
Merge pull request #3906 from alibaba/feature/sync
...
android / android_build (push) Has been cancelled
Details
ios / ios_build (push) Has been cancelled
Details
linux / linux_buil_test (push) Has been cancelled
Details
macos / macos_buil_test (push) Has been cancelled
Details
pymnn-linux / pymnn_linux_buil_test (push) Has been cancelled
Details
pymnn-macos / pymnn_macos_buil_test (push) Has been cancelled
Details
pymnn-windows / pymnn_windows_buil_test (push) Has been cancelled
Details
wiki / sync_wiki (push) Has been cancelled
Details
windows / windows_build_test (push) Has been cancelled
Details
MNN:Sync: Sync Internal 3.2.4
2025-09-23 00:39:44 +08:00
xiaying
7fde7c7079
MNN:Sync: Sync Internal 3.2.4
2025-09-22 23:05:26 +08:00
jxt1234
6d97e40928
Merge pull request #3813 from ihb2032/feature/rvv_packc4_matmul_a
...
ENH: Optimize MNNPackC4ForMatMul_A with RVV implementation
2025-09-22 10:53:40 +08:00
jxt1234
9ff2af2c11
Merge pull request #3779 from ihb2032/feature/rvv-opt
...
ENH: Optimize MNNMatrixProd with RVV Implementation
2025-09-22 10:53:10 +08:00
jxt1234
3f156d67d8
Merge pull request #3865 from hebangwen/refactor/fix-typo-llmexport
...
[LLM:Typo] Fixes typos in method and variable names for consistency
2025-09-22 10:36:22 +08:00
jxt1234
1fb97678fd
Merge pull request #3891 from HenryDen/kleidiai_update
...
update Kleidiai version to 1.14.0
2025-09-22 10:35:41 +08:00
Shuheng Deng
ca40bf6948
update Kleidiai version to 1.14.0
...
Change-Id: I292507e418b4b3c196badcca9c97ae17e0e81cd2
2025-09-15 14:33:23 +08:00
jxt1234
c8b8c18d72
Merge pull request #3879 from alibaba/feature/bugfixllm
...
LLM:Bugfix: Fix bug for issue 3876
2025-09-08 21:03:25 +08:00
xiaying
1094839727
LLM:Bugfix: Fix bug for issue 3876
2025-09-08 20:48:28 +08:00
jxt1234
2ddf67d37f
Merge pull request #3874 from alibaba/feature/llmrefractor
...
Feature/llmrefractor
2025-09-05 18:16:29 +08:00
王召德
148c8f7201
Merge pull request #3873 from Juude/master
...
优化 api service,
2025-09-05 17:57:39 +08:00
xiaying
02d5765e33
Vulkan:Bugfix: https://github.com/alibaba/MNN/issues/3872
2025-09-05 17:56:02 +08:00
xiaying
3dff1a106c
LLM:Refractor: Add success in llm::load
2025-09-05 17:46:49 +08:00
xiaotang.jxt
f84eafafcb
fix(llm_demo.cpp): 修改音频处理时间的打印文本错误
2025-09-05 17:39:25 +08:00
xiaying
0dcec1e257
LLM:Feature: Add image treat speed and audio treat speed
2025-09-05 17:39:16 +08:00
王召德
d69e343302
Merge pull request #3871 from Yogayu/master
...
[iOS:Feature] App Enhancements and Refactoring
2025-09-05 17:34:11 +08:00
若遗
9a0c61f7cd
Merge remote-tracking branch 'remotes/origin_juude/master'
2025-09-05 17:20:24 +08:00
若遗
58c2b9ef16
update api service
2025-09-05 17:18:49 +08:00
若遗
c2b452edd6
Merge remote-tracking branch 'remotes/origin/master'
2025-09-05 16:46:44 +08:00
若遗
4f72f0e72f
fix ui display bugs
2025-09-05 16:46:38 +08:00
游薪渝(揽清)
c072cc91b9
[feat] filter unsupported model for release version
2025-09-05 16:07:02 +08:00
王召德
333b3c4b5d
Merge pull request #3861 from Juude/master
...
fix qwen think/nothink switch and some ui update
2025-09-05 16:02:56 +08:00
Xinyu You
41aaae22e2
Merge branch 'alibaba:master' into master
2025-09-05 15:53:22 +08:00
游薪渝(揽清)
eda46aca14
Merge branch 'feature_0901'
...
# Conflicts:
# apps/iOS/MNNLLMChat/MNNLLMiOS/Chat/Views/LLMChatView.swift
# apps/iOS/MNNLLMChat/MNNLLMiOS/ChatHistory/Services/ChatHistoryDatabase.swift
# apps/iOS/MNNLLMChat/MNNLLMiOS/MainTab/MainTabView.swift
# apps/iOS/MNNLLMChat/MNNLLMiOS/Service/ModelDownloader/ModelClient.swift
# apps/iOS/MNNLLMChat/MNNLLMiOS/Service/ModelDownloader/ModelDownloadConfiguration.swift
# apps/iOS/MNNLLMChat/MNNLLMiOS/Service/ModelDownloader/ModelDownloadManager.swift
# apps/iOS/MNNLLMChat/MNNLLMiOS/Service/ModelDownloader/ModelScopeDownloadManager.swift
# apps/iOS/MNNLLMChat/MNNLLMiOS/Service/Util/String+Extension.swift
2025-09-05 15:41:53 +08:00
游薪渝(揽清)
d7028c9aa8
[update] readme
2025-09-05 15:33:39 +08:00
游薪渝(揽清)
5109f8b840
[add] kernel function
2025-09-05 15:33:39 +08:00
游薪渝(揽清)
34980ded16
[update] chat version
...
# Conflicts:
# .gitignore
2025-09-05 15:33:38 +08:00
游薪渝(揽清)
3d53e04d9e
[update] chat version
2025-09-05 15:27:57 +08:00
游薪渝(揽清)
081de89e86
[update] code safety, style and package
2025-09-05 15:22:05 +08:00
若遗
0b79a26ddb
Merge remote-tracking branch 'remotes/origin/master'
2025-09-05 14:31:03 +08:00
若遗
4faa7ef3a3
optimize api sercice
2025-09-05 14:29:38 +08:00
游薪渝(揽清)
9c1d8e99a7
[fix] filters cause blank screen
...
Auto-scroll to top when filters change to avoid blank screen when data shrinks
2025-09-05 11:21:36 +08:00
若遗
20defb5b90
fix(ApiConsole): Refine scroll/drag behavior in bottom sheet
2025-09-05 11:00:37 +08:00
若遗
d1b701b5f0
fix: Resolve foreground service issues and improve scrolling
2025-09-05 10:43:43 +08:00
hebangwen
7750789ad3
[LLM:Typo] Fixes typos in method and variable names for consistency
...
1. Corrects typo names in variable, replace `defualt` with `default`
2. Change function name from `defualt_map` to `init_default_map` to avoid name collision
2025-09-04 22:18:55 +08:00
游薪渝(揽清)
4f842f76c5
[update] limit take photo and select one image
2025-09-04 19:47:26 +08:00
jxt1234
c73c2e2d0b
Merge pull request #3863 from alibaba/feature/bugfixllm
...
LLM:Bugfix: Fix bug for set jinja cause crash when the model don't ha…
2025-09-04 15:08:13 +08:00
xiaying
9a3b45ec1c
LLM:Bugfix: Fix bug for set jinja cause crash when the model don't has template
2025-09-04 14:55:28 +08:00
若遗
a94334bb90
remove ignore
2025-09-04 13:52:48 +08:00
若遗
4777193ab8
fix benchmark and history style
2025-09-04 11:49:19 +08:00
游薪渝(揽清)
cc5ebaf797
[update] update last model usage
2025-09-03 19:25:49 +08:00
游薪渝(揽清)
16c8b58550
[feat] add model loading overlay
2025-09-03 17:23:52 +08:00
游薪渝(揽清)
aa7913c7bd
[feat] benchmark total time
2025-09-03 16:44:51 +08:00
游薪渝(揽清)
51011f9261
[update] benchmark localiztion
2025-09-03 16:10:21 +08:00
游薪渝(揽清)
45af751c34
[feat] change tab icon
2025-09-03 15:44:40 +08:00
游薪渝(揽清)
a75a59c0ec
[update] performance formate
2025-09-03 15:42:03 +08:00