[iOS] Add preset X-ASR flow to Qwen3.5 chat - #4767
Open
ring-zl wants to merge 2 commits into
Open
Conversation
|
周林(482152) seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Author
|
@v0jiuqi 你好,这个 PR 基于你提交的 我已经在 iPhone 13 Pro 上完成无声 production-path probe 和交互测试。测试音频 2.136875 秒,X-ASR 推理约 0.294 秒,RTF 约 0.138,识别结果为“给我介绍一下杭州市的美食”。模型使用 X-ASR Zipformer2 的 MNN weight INT8 block64 版本。 模型、样例音频和 arm64
请告知适合的内部交付渠道,或确认应该上传到哪个 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Asset delivery
Model weights, the sample recording, and the generated arm64
libsherpa-mnn.aare intentionally excluded from Git. The internal test package is:mnn-ios-xasr-int8-test-assets-v1-final.zipSHA-256:
a8eb55870620a5195b458aa9c316e1cbee0a1af600002239095eade64aeffdcfPlease confirm redistribution rights for X-ASR and the sample recording before publishing the archive.
apps/iOS/MNNLLMChat/PRESET_ASR.mddocuments installation and exact per-file hashes.Verification
iPhone14,2)给我介绍一下杭州市的美食Not tested: corpus-level CER/WER, repeated-turn/cancellation stress matrix, memory peak/Jetsam headroom, simulator or iPad.
Notes
The first commit removes the unavailable
cmark-gfm-bintarget from the vendored SwiftPM manifest. The branch does not contain its declaredbindirectory, so a clean dependency resolution otherwise fails before the app target is built.