Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Lmdeploy
Commits
683c3fe9
Unverified
Commit
683c3fe9
authored
Sep 05, 2023
by
Zhihao Lin
Committed by
GitHub
Sep 05, 2023
Browse files
[Doc] Fix quantization docs link (#367)
parent
d065f3e4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
683c3fe9
...
@@ -219,11 +219,11 @@ pip install deepspeed
...
@@ -219,11 +219,11 @@ pip install deepspeed
LMDeploy uses
[
AWQ
](
https://arxiv.org/abs/2306.00978
)
algorithm for model weight quantization
LMDeploy uses
[
AWQ
](
https://arxiv.org/abs/2306.00978
)
algorithm for model weight quantization
[
Click here
](
./docs/
zh_c
n/w4a16.md
)
to view the test results for weight int4 usage.
[
Click here
](
./docs/
e
n/w4a16.md
)
to view the test results for weight int4 usage.
#### KV Cache INT8 Quantization
#### KV Cache INT8 Quantization
[
Click here
](
./docs/
zh_c
n/kv_int8.md
)
to view the usage method, implementation formula, and test results for kv int8.
[
Click here
](
./docs/
e
n/kv_int8.md
)
to view the usage method, implementation formula, and test results for kv int8.
> **Warning**<br />
> **Warning**<br />
> runtime Tensor Parallel for quantilized model is not available. Please setup `--tp` on `deploy` to enable static TP.
> runtime Tensor Parallel for quantilized model is not available. Please setup `--tp` on `deploy` to enable static TP.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment