14 Downloads Updated 7 months ago
ollama run richardyoung/nomos-1:iq4_xs
A 30B-parameter (Mixture-of-Experts) model specialized for mathematical problem-solving and proof-writing in natural language, packaged for Ollama with a 256K context window.
nomos-1 is an Ollama distribution of Nomos-1, a model released by NousResearch that specializes the Qwen/Qwen3-30B-A3B-Thinking-2507 foundation model for deep mathematical reasoning, problem-solving, and proof-writing in natural language. According to the upstream model card, Nomos-1 was trained in collaboration with Hillclimb AI and is designed to be used alongside the Nomos Reasoning Harness, which was open-sourced concurrently.
This packaging exposes the model as ready-to-run GGUF quantizations on Ollama. The underlying architecture is Qwen3 MoE (qwen3moe) with 30.5B total parameters and an advertised 256K context window. It uses the ChatML prompt format (<|im_start|> / <|im_end|>).
Qwen/Qwen3-30B-A3B-Thinking-2507 (NousResearch/nomos-1)qwen3moe)Note: Per the upstream model card, it is recommended to run Nomos-1 without a system prompt.
The upstream model card reports the following result on Putnam 2025, measured when the model is wrapped in the Nomos Reasoning Harness:
| Model | Putnam 2025 (with Nomos Reasoning Harness) |
|---|---|
| Nomos-1 | 87 / 120 |
| Qwen3-30B-A3B-Thinking-2507 (base) | 24 / 120 |
These figures are from the official NousResearch model card and reflect performance with the reasoning harness; results without the harness are not stated here.
| Tag | Quantization | Size | Context |
|---|---|---|---|
nomos-1:Q4_K_M |
Q4_K_M | 19 GB | 256K |
nomos-1:iq4_xs |
IQ4_XS | 17 GB | 256K |
Q4_K_M generally offers higher fidelity; iq4_xs is slightly smaller and lighter on memory. Sizes are as listed on the model’s Ollama page.
# Pull and run (Q4_K_M)
ollama run richardyoung/nomos-1:Q4_K_M
# Or the smaller IQ4_XS build
ollama run richardyoung/nomos-1:iq4_xs
# Example: ask a math problem (no system prompt, per upstream guidance)
ollama run richardyoung/nomos-1:Q4_K_M "Prove that the sum of the first n odd positive integers equals n^2."
For best results, follow the upstream recommendation and run without a system prompt, and consider pairing the model with the Nomos Reasoning Harness for the strongest results.
These 4-bit builds are ~17–19 GB on disk. Practical guidance:
| Setup | Notes |
|---|---|
| Recommended | A GPU with 24 GB+ VRAM (e.g. RTX 3090⁄4090) for comfortable inference at moderate context. |
| Minimum | ~20 GB combined VRAM/RAM to load the weights; expect slower CPU/offloaded inference below that. |
| Long context | Using the full 256K window substantially increases memory use for the KV cache, additional headroom is required. |
Actual requirements scale with the context length you use and your quantization choice.
| Property | Value |
|---|---|
| Base model | Qwen/Qwen3-30B-A3B-Thinking-2507 |
| Upstream release | NousResearch/nomos-1 |
| Architecture | Qwen3 MoE (qwen3moe) |
| Total parameters | 30.5B |
| Context window | 256K (advertised) |
| Prompt format | ChatML (`< |
| Quantizations | Q4_K_M (19 GB), IQ4_XS (17 GB) |
| License | Apache 2.0 (per upstream card) |
| Specialization | Mathematical problem-solving & proof-writing |
This is a community redistribution of NousResearch’s Nomos-1 in GGUF/Ollama form. It is provided “as is”, without warranty of any kind. Nomos-1 is specialized for mathematical reasoning; like all language models it can produce incorrect or incomplete reasoning, and its outputs, including proofs, should be independently verified before being relied upon. Use is subject to the upstream Apache 2.0 license and the licenses/terms of the underlying Qwen base model. The benchmark figures shown are reproduced from the upstream model card and were obtained with the Nomos Reasoning Harness; your results may differ.
Qwen3-30B-A3B-Thinking-2507 base model.Built & maintained by Richard Young · DeepNeuro