Skip to content

v2.2.0

Latest

Choose a tag to compare

@sauravpanda sauravpanda released this 18 Apr 00:26
· 13 commits to main since this release

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

Full Changelog

v2.1.1...v2.2.0