Views
No views yet
| Component | Original (md3p-int4) | This Model |
|---|---|---|
| MoE Experts (layers 4-23) | int4 | int4 (unchanged) |
| Vision Encoder | BF16 | int4 |
| Text Attention | BF16 | int4 |
| Text MLP (layers 0-3) | BF16 | int4 |
| Embeddings | BF16 | int4 |
| Total Size | 6.48 GB | 5.43 GB |
1let config = ModelConfiguration(id: "lewi/md3p-int4-smol")
2let container = try await Moondream3Loader.loadContainer(configuration: config)