v0.0.10: Bugfixes and enhancement
Major bugfixes
- Improve and Fix inferentia exporter by @JingyaHuang in #168
- [Stable Diffusion] Fix the image size value inferral by @JingyaHuang in #167
- Fix inferral of dynamic batch size from the config & Be compatible with transformers 4.32 by @JingyaHuang in #190
Enhancements of APIs
- Enable exporter on non INF instances by @JingyaHuang in #178
- Support multiple prompts for generation example by @dacorvo in #173
- Fix unet export when using optimized attn score by @JingyaHuang in #165
- Improve default compilation arguments for stable diffusion by @JingyaHuang in #182
- Add
num_image_per_prompt
support for stable diffusion by @JingyaHuang in #192
Other changes
- minor doc fix by @oOraph in #164
- Fix duplicates handling in converting to
safetensors
by @michaelbenayoun in #172 - Fix empty preprocessor issue by @JingyaHuang in #180
- Update models.mdx by @philschmid in #183
- Only run INF2 CI for .code change by @JingyaHuang in #184
- Improve Readme and installation guide by @JingyaHuang in #181
- Fixes #150 by @michaelbenayoun in #177
- Fix TP for t5 by @michaelbenayoun in #179
- Improve SD logging by @JingyaHuang in #194
- Add mark step after optimizer step by @michaelbenayoun in #195
- Option to disable the parallelization of the embedding with TP by @michaelbenayoun in #191
- Restrict generation to sampling and greedy search by @dacorvo in #201
New Contributors
Full Changelog: v0.0.9...v0.0.10