What's New
Engine Comparison Benchmark
New examples/benchmark/ demo that compares MLC (WebGPU), Transformers.js (ONNX/WASM), and Flare (GGUF/WASM) engines side-by-side. Measures model load time, TTFT, and tokens/sec with configurable runs and visual charts.
Flare Engine Updates
- Package rename:
@aspect/flare→@sauravpanda/flare(the actual published npm package) - Installed as dependency:
@sauravpanda/flare@0.2.5 - Fixed model URLs: SmolLM2 GGUF models now use bartowski's public HuggingFace repos
Housekeeping
- Jest 29 → 30: Clears all 4 npm audit vulnerabilities in the main package
- README: Documents Demucs (audio source separation) and Flare (GGUF/WASM) engines with usage examples
- Tests: 62 passing tests across 7 suites (up from 35)
- 14 issues closed via triage and fixes