v0.0.14: LCM support
What's Changed
LCM support
- [Stable Diffusion] Add LCM(Latent Consistency Models) support by @JingyaHuang in #323
Tutorials and doc improvement
- notebooks: add llama2 chatbot example by @dacorvo in #300
- Add llama 2 tutorial by @dacorvo in #321
- Migrate documentation of Stable Diffusion and add notebooks by @JingyaHuang in #312
Major bugfixes
- Noisy loss fix by @bocchris-aws in #293
- Fix neuron cache starting compilation before fetching by @michaelbenayoun in #280
- fix(pipelines): support passing decoder model + tokenizer by @dacorvo in #319
Other changes
- chore: update dev version by @dacorvo in #276
- Explicitly mention aws repo extra url in documentation by @dacorvo in #277
- Update supported architecture in the doc by @JingyaHuang in #281
- Fix doc build source code broken links by @JingyaHuang in #282
- Add revision to push_to_hub by @philschmid in #292
- Set default device id for SD and SDXL by @JingyaHuang in #297
- Add missing decoder model architectures by @dacorvo in #298
- Official support for AWS inferentia2 TGI container by @dacorvo in #302
- Transformers fix by @dacorvo in #320
- Add sagemaker compatible image by @dacorvo in #322
- Fix broken tests by @michaelbenayoun in #274
- chore: align with AWS Neuron SDK 2.15.1 by @dacorvo in #325
- Deleted the 'maybe_free_model_hooks()' from Diffusers Pipelines by @Cerrix in #330
- Bump diffusers version by @JingyaHuang in #335
New Contributors
Full Changelog: v0.0.13...v0.0.14