Skip to content

epic: Jan Coding Assistant #228

Description

@bachvudinh

There are two leversto adopt independently or together:

  1. MLA (Multi-head Latent Attention) → compresses the KV cache to a low-rank latent → huge VRAM + bandwidth savings, minor quality hit after a short recovery fine-tune.
  2. DSA (DeepSeek Sparse Attention) kernelstoken-level sparsity at prefill/decoding → big FLOP/latency wins; no weight changes (inference-time).

Qwen-1.7B today uses dense decoder attention with GQA + RoPE (and optional sliding window in configs).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

  • Status
    No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions