Skip to content
This repository was archived by the owner on Jun 6, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 571 Bytes

File metadata and controls

13 lines (9 loc) · 571 Bytes

Instinct, Continue's Open Next Edit Model

This repo contains code used to train and evaluate Continue's Instinct Next Edit model. Learn more about Instinct here.

To install dependencies, run:

pip install uv
uv pip install -r requirements.txt
uv pip install --no-build-isolation flash-attn==2.5.8

The fine-tuning script is located in the sft directory and run via launch_sft.sh. Please feel free to work off of this code to enhance Instinct! We welcome contributions.