What's Changed
* Add MII v0.1 unit tests by mrwyattii in https://github.com/microsoft/DeepSpeed-MII/pull/262
* diffuser model load using model and path params by gauravrajguru in https://github.com/microsoft/DeepSpeed-MII/pull/264
* Reorganize code structure, fix client import bug by mrwyattii in https://github.com/microsoft/DeepSpeed-MII/pull/269
* Mitigate the risk of deadlock by tohtana in https://github.com/microsoft/DeepSpeed-MII/pull/274
* Expose top-p, top-k, and temperature to generate APIs by mrwyattii in https://github.com/microsoft/DeepSpeed-MII/pull/268
* Fix typo in README.md by eltociear in https://github.com/microsoft/DeepSpeed-MII/pull/259
* Enable multi-prompt input for persistent deployments by mrwyattii in https://github.com/microsoft/DeepSpeed-MII/pull/275
* Recompute when the deadlock is detected by tohtana in https://github.com/microsoft/DeepSpeed-MII/pull/278
* prevent load_with_sys_mem when using stable diffusion by mrwyattii in https://github.com/microsoft/DeepSpeed-MII/pull/279
* Add more generate() kwargs by mrwyattii in https://github.com/microsoft/DeepSpeed-MII/pull/280
New Contributors
* gauravrajguru made their first contribution in https://github.com/microsoft/DeepSpeed-MII/pull/264
* eltociear made their first contribution in https://github.com/microsoft/DeepSpeed-MII/pull/259
**Full Changelog**: https://github.com/microsoft/DeepSpeed-MII/compare/v0.1.0...v0.1.1