CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 19:49:49 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"a08ac0d6e570eeffaa9c2b387ebb95c4"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=Pe%2ByiYrYsa6%2BmRoxrQhUGlnINmFmAzNd3GAMWZvo1%2FoXzhkRzcX9NsF3e4DekM1Ne6PSpMxs0k7rsyM4GL8C7ZUkgsiSoxuLPfg5gOaFhE8LFk12nx%2BMI7D5T7nO2JiHVaDQ9BcP0GGunbXRnqg%2FmROQrvxcgPxN7UmAXyjOLVYJB0Ippy9buOHuC8aiKbPPJMPxmfEheVcbsAztNuMSD694K2zPQM%2BTrKz0pjhBaXqug2NIn%2FCgHQNTt4ZEfbLr2CqnEDctL%2FJuNBfp4xLhtg%3D%3D--rIUzfcKBzx%2FpbDJC--r60ArpT9lh6X6ijwzyqO4A%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1083904054.1753300188; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 19:49:48 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 19:49:48 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D7B0:18BEF9:9C8CC:C743A:68813CDC
Release LMDeploy Release V0.2.5 Β· InternLM/lmdeploy Β· GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 581
LMDeploy Release V0.2.5
Compare
·
913 commits
to main
since this release
c5f4014
This commit was created on GitHub.com and signed with GitHubβs verified signature.
What's Changed
π Features
- Support mistral and sliding window attention by @grimoire in #1075
- torch engine support chatglm3 by @grimoire in #1159
- Support qwen1.5 in pytorch engine by @grimoire in #1160
- Support mixtral for pytorch engine by @RunningLeon in #1133
- Support torch deepseek moe by @grimoire in #1163
- Support gemma model in pytorch engine by @grimoire in #1184
- Auto backend for pipeline and serve when backend is not set to pytorch explicitly by @RunningLeon in #1211
π₯ Improvements
- Fix argument error by @ispobock in #1193
- Use LifoQueue for turbomind async_stream_infer by @AllentDan in #1179
- Update interactive output len strategy and response by @AllentDan in #1164
- Support
min_new_tokens
generation config in pytorch engine by @grimoire in #1096 - Batched sampling by @grimoire in #1197
- refactor the logic of getting
model_name
by @AllentDan in #1188 - Add parameter
max_prefill_token_num
by @lvhan028 in #1203 - optmize baichuan in pytorch engine by @grimoire in #1223
- check model required transformers version by @grimoire in #1220
- torch optmize chatglm3 by @grimoire in #1215
- Async torch engine by @grimoire in #1206
- remove unused kernel in pytorch engine by @grimoire in #1237
π Bug fixes
- Fix session length for profile generation by @ispobock in #1181
- fix torch engine infer by @RunningLeon in #1185
- fix module map by @grimoire in #1205
- [Fix] Correct session length warning by @AllentDan in #1207
- Fix all devices occupation when applying tp to torch engine by updating device map by @grimoire in #1172
- Fix falcon chatglm2 template by @grimoire in #1168
- [Fix] Avoid AsyncEngine running the same session id by @AllentDan in #1219
- Fix
None
session_len by @lvhan028 in #1230 - fix multinomial sampling by @grimoire in #1228
- fix returning logits in prefill phase of pytorch engine by @grimoire in #1209
- optimize pytorch engine inference with falcon model by @grimoire in #1234
- fix bf16 multinomial sampling by @grimoire in #1239
- reduce torchengine prefill mem usage by @grimoire in #1240
π Documentations
- auto generate pipeline api for readthedocs by @RunningLeon in #1186
- Added tutorial document for deploying lmdeploy on Jetson series boards. by @BestAnHongjun in #1192
- update doc index by @zhyncs in #1241
π Other
- Add PR test workflow and check-in more testcases by @zhulinJulia24 in #1208
- fix pytest version by @zhulinJulia24 in #1236
- bump version to v0.2.5 by @lvhan028 in #1235
New Contributors
- @ispobock made their first contribution in #1181
- @BestAnHongjun made their first contribution in #1192
Full Changelog: v0.2.4...v0.2.5
Assets 10
2 people reacted
You canβt perform that action at this time.