How to install LMCache/LMCache. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
LMCache/LMCache Installation Guide
How to install LMCache/LMCache. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for LMCache/LMCache. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i LMCache/LMCacheor
Install via npx
npx @hexmos/ipm i LMCache/LMCachePrerequisites
Python
languageVersion: >=3.10
Docker
environmentManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install from PyPI
pip install -y LMCacheInstall from source
git clone https://github.com/LMCache/LMCache
cd LMCache
pip install -y -e .Install using Docker (for Quickstart Demo)
docker pull apostacyh/vllm:lmcache-0.1.0Install LMCache backend server using Docker (for Use Case 1)
docker pull apostacyh/lmcache-server:0.1.0