LMDeploy Release V0.0.14
What's Changed
💥 Improvements
- Improve api_server and webui usage by @AllentDan in #544
- fix: gradio gr.Button.update deprecated after 4.0.0 by @hscspring in #637
- add cli to list the supported model names by @RunningLeon in #639
- Refactor model conversion by @irexyc in #296
- [Enchance] internlm message to prompt by @Harold-lkk in #499
- update turbomind session_len with model.session_len by @AllentDan in #634
- Manage session id using random int for gradio local mode by @aisensiy in #553
- Add UltraCM and WizardLM chat templates by @AllentDan in #599
- Add check env sub command by @RunningLeon in #654
🐞 Bug fixes
- [Fix] Qwen's quantization results are abnormal & Baichuan cannot be quantized by @pppppM in #605
- FIX: fix stop_session func bug by @yunzhongyan0 in #578
- fix benchmark serving computation mistake by @AllentDan in #630
- fix Tokenizer load error when the path of the being-converted model is not writable by @irexyc in #669
- fix tokenizer_info when convert the model by @irexyc in #661
🌐 Other
New Contributors
- @hscspring made their first contribution in #637
- @yunzhongyan0 made their first contribution in #578
Full Changelog: v0.0.13...v0.0.14