mlboydaisuke commited on
Commit
73c4536
·
verified ·
1 Parent(s): ba8d852

ios/: the JIT .aimodel (every iPhone generation specializes it); the h18p AOT files move to ios-h18p/

Browse files

Measured 2026-09-26 on the iPhone 18 Pro (h19p): an h18p AOT package is refused with incompatibleCompiledAssetArchitecture, while JIT .aimodel bundles up to 1.6 GB specialize on the phone. ios/ now carries the same JIT files as macos/; the h18p package stays at ios-h18p/ with the other files of ios/. Record: knowledge/jit-distribution.md in john-rocky/coreai-model-zoo.

Files changed (39) hide show
  1. .gitattributes +12 -0
  2. ios-h18p/nemotron_asr_joint_float32.aimodel/main.hash +1 -0
  3. ios-h18p/nemotron_asr_joint_float32.aimodel/main.mlirb +3 -0
  4. ios-h18p/nemotron_asr_joint_float32.aimodel/metadata.json +6 -0
  5. ios-h18p/nemotron_asr_predict_float32.aimodel/main.hash +1 -0
  6. ios-h18p/nemotron_asr_predict_float32.aimodel/main.mlirb +3 -0
  7. ios-h18p/nemotron_asr_predict_float32.aimodel/metadata.json +6 -0
  8. {ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/manifest.plist +0 -0
  9. {ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/original_model_0.mpsgraph +0 -0
  10. {ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/resources.bin +0 -0
  11. {ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph +0 -0
  12. {ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_1.mpsgraph +0 -0
  13. {ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p.mlirb +0 -0
  14. {ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main.hash +0 -0
  15. {ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/metadata.json +0 -0
  16. {ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/stats.json +0 -0
  17. {ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/manifest.plist +0 -0
  18. {ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/original_model_0.mpsgraph +0 -0
  19. {ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/resources.bin +0 -0
  20. {ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph +0 -0
  21. {ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_1.mpsgraph +0 -0
  22. {ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p.mlirb +0 -0
  23. {ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main.hash +0 -0
  24. {ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/metadata.json +0 -0
  25. {ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/stats.json +0 -0
  26. ios-h18p/nemotron_asr_stream_pre_first_float16.aimodel/main.hash +1 -0
  27. ios-h18p/nemotron_asr_stream_pre_first_float16.aimodel/main.mlirb +3 -0
  28. ios-h18p/nemotron_asr_stream_pre_first_float16.aimodel/metadata.json +6 -0
  29. ios-h18p/nemotron_asr_stream_pre_float16.aimodel/main.hash +1 -0
  30. ios-h18p/nemotron_asr_stream_pre_float16.aimodel/main.mlirb +3 -0
  31. ios-h18p/nemotron_asr_stream_pre_float16.aimodel/metadata.json +6 -0
  32. ios-h18p/tokenizer.json +0 -0
  33. ios-h18p/tokenizer_config.json +50 -0
  34. ios/nemotron_asr_stream_conformer_a_float16.aimodel/main.hash +1 -0
  35. ios/nemotron_asr_stream_conformer_a_float16.aimodel/main.mlirb +3 -0
  36. ios/nemotron_asr_stream_conformer_a_float16.aimodel/metadata.json +6 -0
  37. ios/nemotron_asr_stream_conformer_b_float16.aimodel/main.hash +1 -0
  38. ios/nemotron_asr_stream_conformer_b_float16.aimodel/main.mlirb +3 -0
  39. ios/nemotron_asr_stream_conformer_b_float16.aimodel/metadata.json +6 -0
.gitattributes CHANGED
@@ -49,3 +49,15 @@ ios/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MP
49
  ios/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/original_model_0.mpsgraph filter=lfs diff=lfs merge=lfs -text
50
  ios/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph filter=lfs diff=lfs merge=lfs -text
51
  ios/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  ios/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/original_model_0.mpsgraph filter=lfs diff=lfs merge=lfs -text
50
  ios/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph filter=lfs diff=lfs merge=lfs -text
51
  ios/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph filter=lfs diff=lfs merge=lfs -text
52
+ ios-h18p/nemotron_asr_joint_float32.aimodel/main.mlirb filter=lfs diff=lfs merge=lfs -text
53
+ ios-h18p/nemotron_asr_predict_float32.aimodel/main.mlirb filter=lfs diff=lfs merge=lfs -text
54
+ ios-h18p/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/original_model_0.mpsgraph filter=lfs diff=lfs merge=lfs -text
55
+ ios-h18p/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph filter=lfs diff=lfs merge=lfs -text
56
+ ios-h18p/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_1.mpsgraph filter=lfs diff=lfs merge=lfs -text
57
+ ios-h18p/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/original_model_0.mpsgraph filter=lfs diff=lfs merge=lfs -text
58
+ ios-h18p/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph filter=lfs diff=lfs merge=lfs -text
59
+ ios-h18p/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_1.mpsgraph filter=lfs diff=lfs merge=lfs -text
60
+ ios-h18p/nemotron_asr_stream_pre_first_float16.aimodel/main.mlirb filter=lfs diff=lfs merge=lfs -text
61
+ ios-h18p/nemotron_asr_stream_pre_float16.aimodel/main.mlirb filter=lfs diff=lfs merge=lfs -text
62
+ ios/nemotron_asr_stream_conformer_a_float16.aimodel/main.mlirb filter=lfs diff=lfs merge=lfs -text
63
+ ios/nemotron_asr_stream_conformer_b_float16.aimodel/main.mlirb filter=lfs diff=lfs merge=lfs -text
ios-h18p/nemotron_asr_joint_float32.aimodel/main.hash ADDED
@@ -0,0 +1 @@
 
 
1
+ �Z")d�F�Y�����������
ios-h18p/nemotron_asr_joint_float32.aimodel/main.mlirb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d15a22296481460581599c81b81717a417f01cb49b04b0b21fa1ff0d5fb563d9
3
+ size 33560345
ios-h18p/nemotron_asr_joint_float32.aimodel/metadata.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "creationDate" : "20260720T114118Z",
3
+ "producer" : "coreai-core 1.0.0b2",
4
+ "license" : "openmdw-1.1",
5
+ "assetVersion" : "2.0"
6
+ }
ios-h18p/nemotron_asr_predict_float32.aimodel/main.hash ADDED
@@ -0,0 +1 @@
 
 
1
+ ?�#p8E�R���(�#�X0"`��M��S�s�
ios-h18p/nemotron_asr_predict_float32.aimodel/main.mlirb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fe823703845bd52fcb7c128b623fe58302260e9eb4dcac1110f05539f73aa10
3
+ size 61416239
ios-h18p/nemotron_asr_predict_float32.aimodel/metadata.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "creationDate" : "20260720T114118Z",
3
+ "producer" : "coreai-core 1.0.0b2",
4
+ "license" : "openmdw-1.1",
5
+ "assetVersion" : "2.0"
6
+ }
{ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/manifest.plist RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/original_model_0.mpsgraph RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/resources.bin RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_1.mpsgraph RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main-h18p.mlirb RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/main.hash RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/metadata.json RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_a_float16.h18p.aimodelc/stats.json RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/manifest.plist RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/original_model_0.mpsgraph RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/resources.bin RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_0.mpsgraph RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p-delegates/MPSGraph/mpsExecutable.mpsgraphpackage/specialized_model_1.mpsgraph RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main-h18p.mlirb RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/main.hash RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/metadata.json RENAMED
File without changes
{ios → ios-h18p}/nemotron_asr_stream_conformer_b_float16.h18p.aimodelc/stats.json RENAMED
File without changes
ios-h18p/nemotron_asr_stream_pre_first_float16.aimodel/main.hash ADDED
@@ -0,0 +1 @@
 
 
1
+ d�aCb�?͇d�q�C��H��>�w�)
ios-h18p/nemotron_asr_stream_pre_first_float16.aimodel/main.mlirb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0664ef0e61436212a03fcd87648371ec4393ad06174803dfd3053ee6bb778729
3
+ size 9202414
ios-h18p/nemotron_asr_stream_pre_first_float16.aimodel/metadata.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "creationDate" : "20260720T114103Z",
3
+ "license" : "openmdw-1.1",
4
+ "assetVersion" : "2.0",
5
+ "producer" : "coreai-core 1.0.0b2"
6
+ }
ios-h18p/nemotron_asr_stream_pre_float16.aimodel/main.hash ADDED
@@ -0,0 +1 @@
 
 
1
+ ��F�P�8� �'z<ư�/�k�9f9p|���
ios-h18p/nemotron_asr_stream_pre_float16.aimodel/main.mlirb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f99f646c550f438b30ce5bc11277a3cc6b0e52fff6be239663905707cd5c0ce
3
+ size 9202440
ios-h18p/nemotron_asr_stream_pre_float16.aimodel/metadata.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "creationDate" : "20260720T114104Z",
3
+ "license" : "openmdw-1.1",
4
+ "assetVersion" : "2.0",
5
+ "producer" : "coreai-core 1.0.0b2"
6
+ }
ios-h18p/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
ios-h18p/tokenizer_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "clean_up_tokenization_spaces": false,
4
+ "extra_special_tokens": [
5
+ "<ar-AR>",
6
+ "<bg-BG>",
7
+ "<cs-CZ>",
8
+ "<da-DK>",
9
+ "<de-DE>",
10
+ "<el-GR>",
11
+ "<en-GB>",
12
+ "<en-US>",
13
+ "<es-ES>",
14
+ "<es-US>",
15
+ "<et-EE>",
16
+ "<fi-FI>",
17
+ "<fr-CA>",
18
+ "<fr-FR>",
19
+ "<he-IL>",
20
+ "<hi-IN>",
21
+ "<hr-HR>",
22
+ "<hu-HU>",
23
+ "<it-IT>",
24
+ "<ja-JP>",
25
+ "<ko-KR>",
26
+ "<lt-LT>",
27
+ "<lv-LV>",
28
+ "<nb-NO>",
29
+ "<nl-NL>",
30
+ "<nn-NO>",
31
+ "<pl-PL>",
32
+ "<pt-BR>",
33
+ "<pt-PT>",
34
+ "<ro-RO>",
35
+ "<ru-RU>",
36
+ "<sk-SK>",
37
+ "<sl-SL>",
38
+ "<sv-SE>",
39
+ "<th-TH>",
40
+ "<tr-TR>",
41
+ "<uk-UA>",
42
+ "<vi-VN>",
43
+ "<zh-CN>"
44
+ ],
45
+ "model_max_length": 1000000000000000019884624838656,
46
+ "pad_token": "<pad>",
47
+ "processor_class": "Nemotron3_5AsrProcessor",
48
+ "tokenizer_class": "PreTrainedTokenizer",
49
+ "unk_token": "<unk>"
50
+ }
ios/nemotron_asr_stream_conformer_a_float16.aimodel/main.hash ADDED
@@ -0,0 +1 @@
 
 
1
+ cx���M<���F����e��������W~�Y�
ios/nemotron_asr_stream_conformer_a_float16.aimodel/main.mlirb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:637881b6d44d3cc0a6e3468497d8d765e5e4ecb9d71196d9ce13c8577ef359d9
3
+ size 605095856
ios/nemotron_asr_stream_conformer_a_float16.aimodel/metadata.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "assetVersion" : "2.0",
3
+ "creationDate" : "20260720T114106Z",
4
+ "license" : "openmdw-1.1",
5
+ "producer" : "coreai-core 1.0.0b2"
6
+ }
ios/nemotron_asr_stream_conformer_b_float16.aimodel/main.hash ADDED
@@ -0,0 +1 @@
 
 
1
+ �r$�%ӆ�����w��"Wk���'R���/�B
ios/nemotron_asr_stream_conformer_b_float16.aimodel/main.mlirb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa0f7224b5250fd386cbf7d5d5ea779bdb22576b04d3f1ca2752d8e5c92fec42
3
+ size 615331445
ios/nemotron_asr_stream_conformer_b_float16.aimodel/metadata.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "assetVersion" : "2.0",
3
+ "creationDate" : "20260720T114109Z",
4
+ "license" : "openmdw-1.1",
5
+ "producer" : "coreai-core 1.0.0b2"
6
+ }