Skip to content

Labels

Labels

  • arch:dense

    Dense transformer decoder
  • arch:hybrid

    Hybrid attention stack (linear/sliding/full or attention+SSM interleave)
  • arch:moe

    Sparse mixture-of-experts decoder
  • arch:ssm

    State-space / recurrent model (Mamba, RWKV)
  • area:architecture

    Architecture and code structure changes
  • area:benchmark

    Benchmark harness and performance measurement (bench_*.sh, /update-benchmarks)
  • area:cli

    Command-line interface / CLI flags
  • area:core

    mlxcel-core: MLX FFI, primitives, KV cache, layers
  • area:docs

    User and developer documentation
  • area:inference

    Generation, sampling, decoding (incl. speculative, DRY)
  • area:models

    Model architectures, weights, loading, metadata
  • area:surgery

    Model surgery operations (merge, interpolate, replace, etc.)
  • bug

  • duplicate

    This issue or pull request already exists
  • good first issue

    Good for newcomers
  • help wanted

    Extra attention is needed
  • impact:breaking

    Breaking change requiring migration
  • impact:deprecation

    Feature marked for future removal
  • modelsize:large

    4-bit checkpoint 50-100GB; runnable but dominates the machine
  • modelsize:medium

    4-bit checkpoint 10-50GB; comfortable on a 128GB dev box
  • modelsize:small

    4-bit checkpoint <= 10GB; fast iteration, safe for smoke tests
  • modelsize:xlarge

    4-bit checkpoint > 100GB; exceeds a 128GB dev box, needs bigger hardware
  • modeltype:audio

    Audio or speech model
  • modeltype:omni

    Multi-modal omni model (text + vision + audio)
  • modeltype:text

    Text-only language model
  • modeltype:vlm

    Vision-language model
  • platform:linux

    Linux (CUDA / packaging) specific
  • platform:macos

    macOS (Apple Silicon) specific
  • platform:windows

    Windows (native) specific
  • priority:backlog

    Future considerations