Apodex-1.1-mini-MLX / README.md
abenzerps's picture
Publish release
ef4f251
|
Raw
History Blame Contribute Delete
2.11 kB
---
license: apache-2.0
arxiv: 2608.23283
language:
- en
- zh
base_model: apodex/Apodex-1.1-mini
base_model_relation: quantized
pipeline_tag: text-generation
library_name: mlx
tags:
- mlx
- mlx-lm
- 4-bit
- qwen3.5
- moe
- apodex
---
# Apodex-1.1-mini MLX
MLX conversion of [apodex/Apodex-1.1-mini](https://huggingface.co/apodex/Apodex-1.1-mini), a 35.95B-parameter Qwen3.5 MoE model for research, data, files, code, and tool-driven work.
This text-only release is optimized for Apple silicon with `mlx-lm`.
## Upstream benchmarks
![Apodex-1.1 benchmark results](assets/apodex-1.1-benchmarks.png)
*Results reported by Apodex AI from evaluations of the original Apodex-1.1 model using FrontierAgent, its agent harness and evaluation suite.*
![Apodex-1.1-mini benchmark results](assets/apodex-1.1-mini-benchmarks.png)
*Results reported by Apodex AI from evaluations of the original Apodex-1.1-mini checkpoint using FrontierAgent. With the Agent Team workflow, it scored 27.7 on APEX-Agent, 50.2 on FrontierFinance, and 51.7 on FrontierScience-Research.*
## Release
| Format | Quantization | Size |
| --- | --- | ---: |
| MLX safetensors | Affine 4-bit, group size 64 | 19.5 GB |
The MoE router and shared-expert gate weights remain at 8-bit; other eligible weights use affine 4-bit quantization. Image input and native MTP are not included in this MLX release.
## Usage
```bash
pip install -U mlx-lm
mlx_lm.generate \
--model abenzerps/Apodex-1.1-mini-MLX \
--prompt "Explain why reproducible builds matter." \
--max-tokens 512 --temp 0.7
```
The 19.5 GB weights require additional unified memory for the runtime and KV cache, particularly at long context lengths. To disable thinking, pass `--chat-template-config '{"enable_thinking": false}'`.
## Source
- Model: [apodex/Apodex-1.1-mini](https://huggingface.co/apodex/Apodex-1.1-mini)
- Chat template revision: [`62583b4`](https://huggingface.co/apodex/Apodex-1.1-mini/commit/62583b464707ad58848bc2ab066747d8d5b02533)
- License: [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0)
- Checksums: [SHA256SUMS](SHA256SUMS)