AIAny
AI Model2026
Icon for item

unsloth/North-Mini-Code-1.0-GGUF

Provides GGUF quantized weights and runnable instructions to run CohereLabs' North-Mini-Code-1.0 (30B A3B MoE) locally via llama.cpp or vLLM; includes quant files, build/run notes, and recommended sampling and tool-use settings for agentic coding.

Introduction

Running large agentic-code models locally is practical with this GGUF release: it packages quantized weights for CohereLabs' North-Mini-Code-1.0 and step-by-step notes to load and run them with llama.cpp (requires a cohere2_moe patch) or vLLM. The release focuses on making the model usable for tool-enabled coding workflows and long-context agent runs.

Key Capabilities
  • Quantized GGUF files and sharded BF16 variants ready for local inference; some quants are single-file, BF16 is sharded. This lets you pick a quant that fits your GPU/CPU trade-offs.
  • Compatibility notes and build/run commands for llama.cpp (requires PR branch with cohere2_moe) and vLLM; examples include llama-cli interactive chat, llama-server (OpenAI-compatible), and vLLM server invocation. Recommended sampling: temperature=1.0, top_p=0.95.
  • Agentic coding support: the model was post-trained for tool use and interleaved reasoning (supports tool-call templates in Transformers and vLLM’s tool parsers). It supports very long contexts (up to 256K) for extended agent traces.
Who it helps and trade-offs

Great fit if you need to run an agent-capable code-generation LLM locally (offline inference, custom tooling, or research on tool use). Expect large resource needs (model is 30B total with Mixture-of-Experts internals), and some workflows require building llama.cpp from a PR branch or using vLLM main and Cohere’s melody tooling. If you need a drop-in CPU-only model with no build steps or a much smaller footprint, choose smaller or non-MoE models instead.

Where it fits

Use this release to evaluate agentic code workflows, test tool-calling integrations, or deploy locally with GPU offload. For hosted or production-grade serving, pair the quants with vLLM or validated inference stacks that support cohere2_moe architecture.

Information

  • Websitehuggingface.co
  • Organizationsunsloth, Cohere Labs
  • Published date2026/06/10

Categories

More Items

Hugging Face
AI Model2026

Provides a 2‑bit quantized build of Qwen3.6‑35B‑A3B for local serving via an OpenAI‑compatible HTTP API. Key features: 12.3 GB on disk, eschamoe mixed 2/3‑bit expert quantization with int8 dense layers, runs on a single 16–24 GB NVIDIA GPU and ships with Escha SGLang and ZML runtimes.

Hugging Face
AI Model2026

An open-weight LLM checkpoint post-trained for agentic deep search: Qwen-compatible reasoning and tool-call formats optimized for web browsing, multi-source evidence aggregation, long-horizon planning and recovery from failed interactions; typically paired with the AxisAgentic harness.

Hugging Face
AI Model2026

An open-weight, Qwen-derived thinking model optimized for agentic deep web search and long-horizon planning. Provides Qwen-compatible reasoning and tool-call formats for English/Chinese browsing, multi-source evidence aggregation, source verification, and recovery from failed environment interactions.