What's Changed
* Use AWS Neuron SDK 2.19.1 by dacorvo in https://github.com/huggingface/optimum-neuron/pull/661
Training
* Initial PEFT support by michaelbenayoun in https://github.com/huggingface/optimum-neuron/pull/612
* PEFT + TP support by michaelbenayoun in https://github.com/huggingface/optimum-neuron/pull/620
* Fix MPMD detected error during training with TP by michaelbenayoun in https://github.com/huggingface/optimum-neuron/pull/648
Inference
* Add Stable Diffusion ControlNet support by JingyaHuang in https://github.com/huggingface/optimum-neuron/pull/622
* Add InstructPix2Pix pipeline support. by asntr in https://github.com/huggingface/optimum-neuron/pull/625
* Add ViT export support and image classification by JingyaHuang in https://github.com/huggingface/optimum-neuron/pull/616
* Add wav2vec2 support - export and audio tasks modeling by JingyaHuang in https://github.com/huggingface/optimum-neuron/pull/645
* Add more audio models: ast, hubert, unispeech, unispeech-sat, wavlm by JingyaHuang in https://github.com/huggingface/optimum-neuron/pull/651
TGI
* Extending TGI benchmarking and documentation by jimburtoft in https://github.com/huggingface/optimum-neuron/pull/621
* Add support for TGI truncate parameter by dacorvo in https://github.com/huggingface/optimum-neuron/pull/647
Other changes
* enable unequal height and width by yahavb in https://github.com/huggingface/optimum-neuron/pull/592
* Skip invalid gen config by dacorvo in https://github.com/huggingface/optimum-neuron/pull/618
* Deprecate resume_download by Wauplin in https://github.com/huggingface/optimum-neuron/pull/586
* Remove a line non-intentionally merged by JingyaHuang in https://github.com/huggingface/optimum-neuron/pull/628
* Add secrets scanning workflow by mfuntowicz in https://github.com/huggingface/optimum-neuron/pull/631
* fix bad link to distributed-training how-to guide in optimum-neuron docs by aws-amj in https://github.com/huggingface/optimum-neuron/pull/627
* Do not copy local checkpoint by dacorvo in https://github.com/huggingface/optimum-neuron/pull/630
* Make neuron_cc_optlevel `None` by default by michaelbenayoun in https://github.com/huggingface/optimum-neuron/pull/632
* Remove print by michaelbenayoun in https://github.com/huggingface/optimum-neuron/pull/633
* Set bf16 to true when needed by michaelbenayoun in https://github.com/huggingface/optimum-neuron/pull/635
* Fix gradient checkpointing with PEFT by michaelbenayoun in https://github.com/huggingface/optimum-neuron/pull/634
* Refactor decoder tests by dacorvo in https://github.com/huggingface/optimum-neuron/pull/641
* CI cache builder by dacorvo in https://github.com/huggingface/optimum-neuron/pull/642
* Restore optimized attention score for sd15 & fix the generated images quality issue by JingyaHuang in https://github.com/huggingface/optimum-neuron/pull/646
* Add and remove some mark steps by michaelbenayoun in https://github.com/huggingface/optimum-neuron/pull/644
* Fix consolidation for TP by michaelbenayoun in https://github.com/huggingface/optimum-neuron/pull/649
* Fix spelling in error message by jimburtoft in https://github.com/huggingface/optimum-neuron/pull/656
* Update docs by michaelbenayoun in https://github.com/huggingface/optimum-neuron/pull/588
* Fixes NxDPPModel for Neuron SDK 2.19 by michaelbenayoun in https://github.com/huggingface/optimum-neuron/pull/663
* Various fixes for training by michaelbenayoun in https://github.com/huggingface/optimum-neuron/pull/654
* migrate ci by XciD in https://github.com/huggingface/optimum-neuron/pull/662
* ci: fix inference cache pipeline by dacorvo in https://github.com/huggingface/optimum-neuron/pull/667
* broken link by pagezyhf in https://github.com/huggingface/optimum-neuron/pull/669
* Bump TGI version and fix bugs by dacorvo in https://github.com/huggingface/optimum-neuron/pull/666
New Contributors
* mfuntowicz made their first contribution in https://github.com/huggingface/optimum-neuron/pull/631
* aws-amj made their first contribution in https://github.com/huggingface/optimum-neuron/pull/627
* asntr made their first contribution in https://github.com/huggingface/optimum-neuron/pull/625
* XciD made their first contribution in https://github.com/huggingface/optimum-neuron/pull/662
**Full Changelog**: https://github.com/huggingface/optimum-neuron/compare/v0.0.23...v0.0.24