Skip to content

v0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@diegofiori diegofiori released this 21 Mar 13:07
· 234 commits to main since this release

Nebullvm 0.9.0 Release Notes

Major release for Nebullvm, adding support to diffusion model optimization.

New features

  • Add support for diffusers UNet

Bug fixed

  • Fix CI pipelines triggers

Speedster 0.3.0 Release Notes

Major release adding support to the diffusers library.

New features

  • Add support to diffusers library. Speedster can now optimize diffusion models with a single line of code.
  • Update readme for HF models.

Bug fixed

  • Fix import error in Google Colab
  • Fix few typos in the docs and update the benchmarks

New Contributors