Views
No views yet
| Metric | Value |
|---|---|
| Model Size | 11 GB |
| Peak Memory | 12 GB |
| Generation Speed | ~69 tokens/sec |
| Prompt Processing | ~70 tokens/sec |
| Latency | ~14.5 ms/token |
1from mlx_lm import load, generate
2
3model, tokenizer = load("foadmk/context-1-MLX-MXFP4")
4response = generate(model, tokenizer, prompt="What is the capital of France?", max_tokens=100, verbose=True)_blocks suffix)(experts, hidden, intermediate*2) with interleaved gate/up weights(32, 2880, 5760):(32, 5760, 2880)[:, ::2, :] for gate, [:, 1::2, :] for upgate_proj.weight and up_proj.weight each (32, 2880, 2880)(32, 2880, 2880):.weight suffix to skip incorrect splittingconvert_context1_to_mlx.pypython convert_context1_to_mlx.py --output ./context1-mlx-mxfp41@misc{chromadb-context-1,
2 author = {Chroma},
3 title = {Context-1: A Fine-tuned GPT-OSS Model for Retrieval},
4 year = {2025},
5 publisher = {HuggingFace},
6 url = {https://huggingface.co/chromadb/context-1}
7}