Skip to content

Releases: InternLM/lmdeploy

LMDeploy Release V0.0.5

15 Aug 07:40
271a19f
Compare
Choose a tag to compare

What's Changed

🐞 Bug fixes

  • Fix wrong RPATH using the absolute path instead of relative one by @irexyc in #239

Full Changelog: v0.0.4...v0.0.5

LMDeploy Release V0.0.4

14 Aug 11:35
8cdcb2a
Compare
Choose a tag to compare

Highlight

  • Support 4-bit LLM quantization and inference. Check this guide for detailed information.
    image

What's Changed

🚀 Features

💥 Improvements

🐞 Bug fixes

  • Fix TIS client got-no-space-result side effect brought by PR #197 by @lvhan028 in #222

📚 Documentations

Full Changelog: v0.0.3...v0.0.4

LMDeploy Release V0.0.3

09 Aug 09:55
4bd0b48
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Support tensor parallelism without offline splitting model weights by @grimoire in #158
  • Add script to split HuggingFace model to the smallest sharded checkpoints by @LZHgrla in #199
  • Add non-stream inference api for chatbot by @lvhan028 in #200

💥 Improvements

🐞 Bug fixes

  • Fix build test error and move turbmind csrc test cases to tests/csrc by @lvhan028 in #188
  • Fix launching client error by moving lmdeploy/turbomind/utils.py to lmdeploy/utils.py by @lvhan028 in #191

📚 Documentations

New Contributors

Full Changelog: v0.0.2...v0.0.3

LMDeploy Release V0.0.2

28 Jul 07:11
7e0b75b
Compare
Choose a tag to compare

What's Changed

🚀 Features

💥 Improvements

🐞 Bug fixes

📚 Documentations

New Contributors

@streamsunshine @del-zhenwu @APX103 @xin-li-67 @KevinNuNu @rollroll90