Skip to content

v0.3.4

Latest

Choose a tag to compare

@begumcig begumcig released this 22 Jun 13:43
0e4d1cf

The juiciest bits 🧃

New algorithms joining the garden 🌱

We added a fresh batch of algorithm support this release, and this one deserves an extra round of applause: all of these new algorithm additions came from external contributors! Huge thank you to @krishjp, @rensortino, and @kschwethelm for helping expand what Pruna can optimize and for bringing more community-built improvements into the repo

  • feat: integrate Llama.cpp and enhance engine stability for cross-platform usage by @krishjp in #616
  • feat: token merging for image classification by @rensortino in #537
  • feat: integrate KVPress for KV cache compression (#366) by @kschwethelm in #623

Compatibility updates and pruning some old branches: ✂️

Transformers 5 compatibility is here, TorchAO support now goes up to 0.17.0, and stable-fast wheel handling has been updated for newer Torch versions. At the same time, we cleaned up outdated or unreachable dependencies to keep installs smoother and more reliable:

Some Bug Fixing 🐞 and Maintenance

A lot of work went into making Pruna more stable across backends, datasets, compilation flows, and test environments:

We’ve also continued improving the developer experience around CI, dependency handling, pre-commit checks, and test stability:

Documentation updates 📚

We cleaned up and expanded contribution docs so it’s easier to understand how to add extras, manage dependencies, and contribute safely:

New Faces in the Garden 👩‍🌾

Full Changelog: v0.3.3...v0.3.4