Views
No views yet
| Asset | Size | Use |
|---|---|---|
SmolGPT-Fables-v1-CoreML-INT4.mlpackage | 0.96 GB | Core ML on iOS 18+ or macOS 15+ |
| Tokenizer files | 3.4 MB | Required to turn story prompts into tokens |
coreml/coreml_manifest.json:| Check | Result |
|---|---|
| Core ML conversion | Passed |
| INT4 compression | Passed |
| Source SHA-256 verification | Passed |
| Stateful prediction smoke test | Passed |
| FP16 / INT4 cosine similarity | 0.9529 |
| Matching top token | Yes |
| Top-5 token overlap | 4 / 5 |
| Output shape | [1, 1, 49,152] |
coreml/coreml-checksums.sha256..mlpackage on the device with MLModel.compileModel.MLModelConfiguration.computeUnits = .cpuAndGPU for the
stateful decoder, then cache the compiled model for offline generation.inputIds: int32 [1, query_length], with query_length from 1 to 2,048causalMask: float16 [1, 1, query_length, end_step]logits: float16 [1, 1, 49,152]keyCache and valueCache