LMDeploy Deployment and Quantization Guide for LLMs
LMDeploy is an integrated toolkit for compressing, deploying, and serving large language models (LLMs), offering solutions for efficient inference. This guide demonstrates LMDeploy's deployment process, quantization techniques, and API serving capabilities.
Environment Setup
Conda Environment Creation
studio-conda -t lmdeploy -o pytorch-2.1.2
...
Posted on Fri, 28 Aug 2026 16:55:53 +0000 by Dysan
Deploying RKNN Models: Evaluation and Inference Testing
Differences Between Loading Native and RKNN-Converted Models
Models developed in frameworks like PyTorch, TensorFlow, or ONNX must be converted into the proprietary RKNN format to leverage Rockchip’s NPU aceleration. The RKNN format is optimized for Rockchip’s neural processing units, enabling efficient execution on embedded platforms such as t ...
Posted on Mon, 15 Jun 2026 18:27:05 +0000 by dwest
Creating and Quantifying GGUF Models for Deployment on HuggingFace and ModelScope
llama.cpp serves as the underlying implementation for popular applications like Ollama, LMStudio, and is one of the supported inference engines in GPUStack. It provides the GGUF (General Gaussian U-Net Format) model file format designed specifically for optimized inference, enabling rapid loading and execution of models.
The framework also supp ...
Posted on Tue, 02 Jun 2026 17:30:08 +0000 by spicerje