Skip to content

Releases: FasterAI-Labs/fasterai

v0.3.0

05 Feb 19:07

Choose a tag to compare

New Features

  • Migrated to nbdev3 with pyproject.toml (PEP 621) replacing settings.ini
  • Renamed analysis module to analyze for verb-based naming consistency
  • Agnostic Schedule system: schedules return progress (0→1), callbacks multiply by target
  • Per-layer sparsity targets via dict for SparsifyCallback and Pruner
  • Sensitivity analysis module (fasterai.analyze.sensitivity)

Enhancements

  • Updated CI workflows to nbdev3 actions (quarto-ghp3, nbdev3-ci)
  • Expanded PyPI keywords and classifiers
  • Fixed repository URLs and metadata for FasterAI-Labs organization

v0.2.5

10 Dec 09:23

Choose a tag to compare

transfer repo

New Pruner Capabilities

15 Nov 16:23

Choose a tag to compare

  • Add Pruner and Pruning Callback based on this repo

New saving mechanism

04 Jul 08:29
f8d529f

Choose a tag to compare

v0.1.9

Update CITATION.cff

New KD callback system

29 May 11:17

Choose a tag to compare

  • Improve the KD callback system
  • Add new KD losses

First Release

19 Apr 09:41

Choose a tag to compare

v0.1.6

fix nbdev