InternLMInternLMOfficialยท6 Agent Skills Included

lmdeploy

Deploy and serve large language models with fast inference

Compresses, deploys, and serves large language and vision models with high-throughput inference. Eliminates slow model serving, heavy GPU memory usage, and complex multi-machine setup through quantization and continuous batching. Helps engineers add new models, build Docker images, and run production API servers faster.
npx skills add InternLM/lmdeploy --all -g -y

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install LMDeploy?โ–ผ

Run `npx skills add InternLM/lmdeploy --all -g -y` in your terminal to install all skills in this suite globally.

What does LMDeploy do?โ–ผ

LMDeploy compresses, deploys, and serves large language and vision models with fast inference, delivering up to 1.8x higher throughput than vLLM through continuous batching and optimized CUDA kernels.

How to add a new model to LMDeploy?โ–ผ

The support-new-model skill walks your AI agent through creating the model file, registering it in the module map, and verifying weight loading step by step.

Can LMDeploy quantize models to 4-bit?โ–ผ

Yes. It supports AWQ weight-only and KV cache quantization, with 4-bit inference running up to 2.4x faster than FP16.

Which models does LMDeploy support?โ–ผ

It supports popular families like Llama, Qwen, DeepSeek, InternLM, Mixtral, GLM, and vision models such as InternVL and Qwen-VL.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’