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

Open-weights preview checkpoint for a multimodal reasoning model that generates text from text and image/video inputs, exposes adjustable reasoning effort and tool-calling, and supports an extended 262,144-token context for long-horizon tasks and agent-style workflows.

Hugging Face
AI Model2026

A 4B causal language model post‑trained from Qwen3.5‑4B for agentic workloads — tool use, coding and instruction following — using a routing‑harness feedback loop aimed at iterative capability improvement; distributed as text-only safetensors with native 262,144-token context.

Hugging Face
AI Model2024

An instruction-tuned 8B Llama 3.1 model for multilingual conversational text generation, built for assistant-style chat and long-context inputs (up to 128k tokens). Available for use via the Transformers pipeline and inference endpoints, with common optimizations like safetensors.