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
norm
vllm
Commits
be66d9b1
"tools/utils/vscode:/vscode.git/clone" did not exist on "bd3fe59eb8748a7e9bb5b01137eb701bdc36504f"
Unverified
Commit
be66d9b1
authored
Nov 18, 2023
by
Woosuk Kwon
Committed by
GitHub
Nov 18, 2023
Browse files
Fix warning msg on quantization (#1715)
parent
e1054247
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vllm/config.py
vllm/config.py
+3
-3
No files found.
vllm/config.py
View file @
be66d9b1
...
@@ -137,9 +137,9 @@ class ModelConfig:
...
@@ -137,9 +137,9 @@ class ModelConfig:
raise
ValueError
(
raise
ValueError
(
f
"Unknown quantization method:
{
self
.
quantization
}
. Must "
f
"Unknown quantization method:
{
self
.
quantization
}
. Must "
f
"be one of
{
supported_quantization
}
."
)
f
"be one of
{
supported_quantization
}
."
)
logger
.
warning
(
f
"
{
self
.
quantization
}
quantization is not fully "
logger
.
warning
(
f
"
{
self
.
quantization
}
quantization is not fully "
"optimized yet. The speed can be slower than "
"optimized yet. The speed can be slower than "
"non-quantized models."
)
"non-quantized models."
)
def
verify_with_parallel_config
(
def
verify_with_parallel_config
(
self
,
self
,
...
...
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