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