Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
d3fe8571
Unverified
Commit
d3fe8571
authored
Mar 23, 2026
by
Yan Ma
Committed by
GitHub
Mar 23, 2026
Browse files
update doc for online fp8 quantization (#37851)
Signed-off-by:
Yan Ma
<
yan.ma@intel.com
>
parent
f85e479e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
docs/features/quantization/fp8.md
docs/features/quantization/fp8.md
+0
-3
No files found.
docs/features/quantization/fp8.md
View file @
d3fe8571
...
...
@@ -137,6 +137,3 @@ llm = LLM("facebook/opt-125m", quantization="fp8")
result
=
llm
.
generate
(
"Hello, my name is"
)
print
(
result
[
0
].
outputs
[
0
].
text
)
```
!!! warning
Currently, we load the model at original precision before quantizing down to 8-bits, so you need enough memory to load the whole model.
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