We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b9eb1 commit b794c00Copy full SHA for b794c00
2 files changed
docs/en/quantization/llm_compressor.md
@@ -44,7 +44,7 @@ conda create -n lmdeploy python=3.10 -y
44
conda activate lmdeploy
45
46
# Install llm-compressor
47
-pip install llm-compressor
+pip install llmcompressor
48
49
# Clone lmdeploy source code and run the quantization example
50
git clone https://github.com/InternLM/lmdeploy
docs/zh_cn/quantization/llm_compressor.md
@@ -42,7 +42,7 @@ conda create -n lmdeploy python=3.10 -y
42
43
# 安装 llm-compressor
# 下载 lmdeploy 源码,运行量化用用例
0 commit comments