Releases: FasterAI-Labs/fasterai
Releases · FasterAI-Labs/fasterai
v0.3.0
New Features
- Migrated to nbdev3 with
pyproject.toml(PEP 621) replacingsettings.ini - Renamed
analysismodule toanalyzefor verb-based naming consistency - Agnostic
Schedulesystem: schedules return progress (0→1), callbacks multiply by target - Per-layer sparsity targets via dict for
SparsifyCallbackandPruner - 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
transfer repo
New Pruner Capabilities
- Add Pruner and Pruning Callback based on this repo
New saving mechanism
v0.1.9 Update CITATION.cff
New KD callback system
- Improve the KD callback system
- Add new KD losses
First Release
v0.1.6 fix nbdev