Understand Spark scope and limitations
mainWhen using Spark, keep the following constraints and requirements in mind:
- Hardware Target: Validated for a Single 24 GB GPU (specifically Laguna-XS.2 Q4_K_M). Other MoE models require re-calibration.
- Traffic Calibration: You must calibrate on the specific traffic you intend to serve. A profile optimized for one distribution (e.g., conversation) will under-perform on another (e.g., pure-code).
- Locality Requirement: Spark relies on workload locality. The cache is effective because agent traffic typically has a small, stable working set. Workloads without locality will suffer from PCIe-bound performance.
- Performance Ceiling: Achieving full all-GPU speed requires model changes. A fitted pre-gate caps at approximately 53% recall@8 due to the pre/post-attention information gap.