Skip to content

Commit 5add510

Browse files
pbertschclaude
andauthored
docs: update install instructions to use PyPI package name (#15)
lmcache-turbo-quant-serde 0.1.0 is now live on PyPI; replace the dev-install one-liners with the published pip commands in both the integration README and the main README LMCache section. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f75a635 commit 5add510

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,8 @@ Standalone HTML: [`reports/benchmark_report.html`](reports/benchmark_report.html
403403
remote DRAM) are compressed to ~26% of their fp16 size with Δppl = 0.00.
404404

405405
```bash
406-
pip install -e integrations/lmcache # until published to PyPI
406+
pip install lmcache-turbo-quant-serde # includes tqai automatically
407+
pip install lmcache-turbo-quant-serde[lmcache] # + LMCache v1 engine
407408
```
408409

409410
```python

integrations/lmcache/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ required.
1313
## Quick start
1414

1515
```bash
16-
pip install tqai
17-
pip install -e integrations/lmcache # until published to PyPI
16+
pip install lmcache-turbo-quant-serde # includes tqai automatically
17+
pip install lmcache-turbo-quant-serde[lmcache] # + LMCache v1 engine
1818
```
1919

2020
```python

0 commit comments

Comments
 (0)