<!-- Release notes generated using configuration in .github/release.yml at main -->
What's Changed
🚀 Features
* Support CORS for openai api server by aisensiy in https://github.com/InternLM/lmdeploy/pull/481
💥 Improvements
* make IPv6 compatible, safe run for coroutine interrupting by AllentDan in https://github.com/InternLM/lmdeploy/pull/487
* support deploy qwen-14b-chat by irexyc in https://github.com/InternLM/lmdeploy/pull/482
* add tp hint for deployment by irexyc in https://github.com/InternLM/lmdeploy/pull/555
* Move `tokenizer.py` to the folder of lmdeploy by grimoire in https://github.com/InternLM/lmdeploy/pull/543
🐞 Bug fixes
* Change `shared_instance` type from `weakptr` to `shared_ptr` by lvhan028 in https://github.com/InternLM/lmdeploy/pull/507
* [Fix] Set the default value of `step` being 0 by lvhan028 in https://github.com/InternLM/lmdeploy/pull/532
* [bug] fix mismatched shape for decoder output tensor by akhoroshev in https://github.com/InternLM/lmdeploy/pull/517
* Fix typing of openai protocol. by mokeyish in https://github.com/InternLM/lmdeploy/pull/554
📚 Documentations
* Fix typo in `docs/en/pytorch.md` by shahrukhx01 in https://github.com/InternLM/lmdeploy/pull/539
* [Doc] update huggingface internlm-chat-7b model url by AllentDan in https://github.com/InternLM/lmdeploy/pull/546
* [doc] Update benchmark command in w4a16.md by del-zhenwu in https://github.com/InternLM/lmdeploy/pull/500
🌐 Other
* free runner disk by irexyc in https://github.com/InternLM/lmdeploy/pull/552
* bump version to v0.0.11 by lvhan028 in https://github.com/InternLM/lmdeploy/pull/567
New Contributors
* shahrukhx01 made their first contribution in https://github.com/InternLM/lmdeploy/pull/539
* mokeyish made their first contribution in https://github.com/InternLM/lmdeploy/pull/554
**Full Changelog**: https://github.com/InternLM/lmdeploy/compare/v0.0.10...v0.0.11