Skip to content

Commit b794c00

Browse files
committed
fix typo in llm_compressor.md
1 parent 27b9eb1 commit b794c00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/quantization/llm_compressor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ conda create -n lmdeploy python=3.10 -y
4444
conda activate lmdeploy
4545

4646
# Install llm-compressor
47-
pip install llm-compressor
47+
pip install llmcompressor
4848

4949
# Clone lmdeploy source code and run the quantization example
5050
git clone https://github.com/InternLM/lmdeploy

docs/zh_cn/quantization/llm_compressor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ conda create -n lmdeploy python=3.10 -y
4242
conda activate lmdeploy
4343

4444
# 安装 llm-compressor
45-
pip install llm-compressor
45+
pip install llmcompressor
4646

4747
# 下载 lmdeploy 源码,运行量化用用例
4848
git clone https://github.com/InternLM/lmdeploy

0 commit comments

Comments
 (0)