1
stars
5
commits
1
linked in READMEs
Jul 23, 2026
updated
INT8 weight-quantized Core AI LanguageBundle converted from Nanbeige/Nanbeige4.2-3B, pinned to source revision 5ff54fb7ed86ce8e216d78bff5417ab9981de3d4.
This is a Core AI .aimodel bundle for Apple silicon. It is not a Transformers, GGUF, or MLX checkpoint.
Ported by Vadim Smirnov (@ukint-vs). Source, reproducible conversion recipe, parity gates, and the optimization report are tracked in john-rocky/coreai-model-zoo#5.
| Property | Value |
|---|---|
| Published variant | INT8 only |
| Body weights | int8, per-block 32 (int8hu) |
| Untied LM head | symmetric absmax int8, per-block 32 (--head-sym) |
| Activations / KV cache | fp16 |
| Decode input | static sequence length 1 (--static-ids) |
| Bundle size | approximately 4.59 GiB |
| Verified context | 4,096 tokens |
The int4 and mixed int4/int8 candidates failed the reasoning quality gate and are intentionally not published.
Nanbeige4.2 is a looped Llama: 22 physical transformer blocks execute twice, with RMS normalization after each pass and independent KV history. The bundle therefore has 44 executed/cache layers while storing and quantizing one copy of the 22 physical blocks.
The complete LanguageBundle is at:
gpu-pipelined/
nanbeige4_2_3b_decode_int8hu_block32_sym_s1/
metadata.json
nanbeige4_2_3b_decode_int8hu_block32_sym_s1.aimodel/
tokenizer/
The embedded tokenizer includes the vendor chat_template.jinja with thinking enabled and disabled modes. The .aimodel producer is coreai-core 1.0.0b2.
rtol=1e-4, atol=1e-4; identical 32-token greedy continuation.h18p device acceptance is pending; no iPhone performance claim is made.The source model and converted weights are distributed under Apache-2.0. Conversion code in coreai-model-zoo is BSD-3-Clause.
5 commits
1
stars
5
commits
1
linked in READMEs
Jul 23, 2026
updated
INT8 weight-quantized Core AI LanguageBundle converted from Nanbeige/Nanbeige4.2-3B, pinned to source revision 5ff54fb7ed86ce8e216d78bff5417ab9981de3d4.
This is a Core AI .aimodel bundle for Apple silicon. It is not a Transformers, GGUF, or MLX checkpoint.
Ported by Vadim Smirnov (@ukint-vs). Source, reproducible conversion recipe, parity gates, and the optimization report are tracked in john-rocky/coreai-model-zoo#5.
| Property | Value |
|---|---|
| Published variant | INT8 only |
| Body weights | int8, per-block 32 (int8hu) |
| Untied LM head | symmetric absmax int8, per-block 32 (--head-sym) |
| Activations / KV cache | fp16 |
| Decode input | static sequence length 1 (--static-ids) |
| Bundle size | approximately 4.59 GiB |
| Verified context | 4,096 tokens |
The int4 and mixed int4/int8 candidates failed the reasoning quality gate and are intentionally not published.
Nanbeige4.2 is a looped Llama: 22 physical transformer blocks execute twice, with RMS normalization after each pass and independent KV history. The bundle therefore has 44 executed/cache layers while storing and quantizing one copy of the 22 physical blocks.
The complete LanguageBundle is at:
gpu-pipelined/
nanbeige4_2_3b_decode_int8hu_block32_sym_s1/
metadata.json
nanbeige4_2_3b_decode_int8hu_block32_sym_s1.aimodel/
tokenizer/
The embedded tokenizer includes the vendor chat_template.jinja with thinking enabled and disabled modes. The .aimodel producer is coreai-core 1.0.0b2.
rtol=1e-4, atol=1e-4; identical 32-token greedy continuation.h18p device acceptance is pending; no iPhone performance claim is made.The source model and converted weights are distributed under Apache-2.0. Conversion code in coreai-model-zoo is BSD-3-Clause.
5 commits