Skip to content

Releases: PrunaAI/pruna

v0.2.5

28 May 13:44
df91e11

Choose a tag to compare

The juiciest bits 🚀

refactor: metric attributes by @begumcig in #81

We improved the evaluation framework for a cleaner UX: every metric is now atomic (returns a single float) with clear attributes (name, units, higher_is_better) and a unified MetricResult wrapper. All metrics consistently accept single or pairwise calls, name alignment is enforced, and the EvaluationAgent shares inference across metrics to avoid redundant computation.

refactor: remove deprecated awq algorithm by @johnrachwan123 in #143 | feat: add llm_compressor quantizer by @johnrachwan123 in #144

To continue support of the popular AWQ quantizer, we moved from auto-awq to llm_compressor.

Fixing some bugs 🐞

  • fix: enhance model saving functionality to load multiple JSON configs present in diffusers by @davidberenstein1957 in #98

Full Changelog: v0.2.4...v0.2.5

v0.2.4

19 May 14:13
40e6ae8

Choose a tag to compare

The juiciest bits 🚀

Fixing some bugs 🐞

Full Changelog: v0.2.3...v0.2.4

Release v0.2.3

02 May 12:15
6b2d997

Choose a tag to compare

The juiciest bits 🚀

Pruning some bugs 🐞

New Contributors

Full Changelog: v0.2.2...v0.2.3

Release v0.2.2

11 Apr 09:20
c91e56d

Choose a tag to compare

The juiciest bits 🚀

  • feat: enable bnb with torch compile by @llcnt in #45

Pruning some bugs 🐞

  • chore: remove a double dependency when installing pruna[full] by @simlang in #52
  • fix: python version compatibility and mypy issues by @begumcig in #54
  • fix: fix inference issues for LLM evals by @begumcig in #53

New Contributors 🏋️‍♂️

Full Changelog: v0.2.1...v0.2.2

Release v0.2.1

02 Apr 18:19
b085550

Choose a tag to compare

The juiciest bits 🚀

Pruning some bugs 🐞

  • fix: unpin quanto version and hfhub by @llcnt in #34
  • style: clean cls implicit argument in PrunaDataModule by @gsprochette in #1
  • fix: fix cudnn libs path in CTranslate compiler by @SaboniAmine in #37

No longer supported 👋

New Contributors 🏋️‍♂️

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0

17 Mar 08:25
56bd2ed

Choose a tag to compare

Pruna is Open-Source 🥳🎉