145 2 weeks ago

Sweep Next-Edit a 1.5B parameter model for next-edit autocomplete, quantized to Q8_0 GGUF format. (Template supports tools)

tools
ollama run maternion/sweep-next-edit-1.5B

Applications

Claude Code
Claude Code ollama launch claude --model maternion/sweep-next-edit-1.5B
Codex
Codex ollama launch codex --model maternion/sweep-next-edit-1.5B
OpenCode
OpenCode ollama launch opencode --model maternion/sweep-next-edit-1.5B
OpenClaw
OpenClaw ollama launch openclaw --model maternion/sweep-next-edit-1.5B

Models

View all →

Readme

Model Description

Sweep Next-Edit predicts your next code edit before you make it. It runs locally on your laptop in under 500ms (with speculative decoding) and outperforms models over 4x its size on next-edit benchmarks. More details here.

Usage

Download ollama and then:

ollama run maternion/sweep-next-edit-1.5B

Model Details

  • Format: GGUF (Q8_0 quantization)
  • Parameters: 1.5B
  • Context Length: 8192 tokens
  • Base Model: Qwen2.5-Coder

Example

The model uses a specific prompt format with file context, recent diffs, and current state to predict the next edit.

Links

License

Apache 2.0