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
30299a41
Unverified
Commit
30299a41
authored
Jun 13, 2024
by
Cody Yu
Committed by
GitHub
Jun 13, 2024
Browse files
[MISC] Remove FP8 warning (#5472)
Co-authored-by:
Philipp Moritz
<
pcmoritz@gmail.com
>
parent
85657b56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/config.py
vllm/config.py
+1
-1
No files found.
vllm/config.py
View file @
30299a41
...
@@ -212,7 +212,7 @@ class ModelConfig:
...
@@ -212,7 +212,7 @@ class ModelConfig:
f
"
{
self
.
quantization
}
quantization is currently not "
f
"
{
self
.
quantization
}
quantization is currently not "
f
"supported in ROCm."
)
f
"supported in ROCm."
)
if
(
self
.
quantization
if
(
self
.
quantization
not
in
[
"marlin"
,
"gptq_marlin_24"
,
"gptq_marlin"
]
):
not
in
(
"fp8"
,
"marlin"
,
"gptq_marlin_24"
,
"gptq_marlin"
)
):
logger
.
warning
(
logger
.
warning
(
"%s quantization is not fully "
"%s quantization is not fully "
"optimized yet. The speed can be slower than "
"optimized yet. The speed can be slower than "
...
...
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