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
70de35a8
Unverified
Commit
70de35a8
authored
Apr 11, 2025
by
Richard Zou
Committed by
GitHub
Apr 11, 2025
Browse files
Fix erroneous "model doesn't support compile" warning (#16486)
Signed-off-by:
rzou
<
zou3519@gmail.com
>
parent
34b2cf3b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
vllm/config.py
vllm/config.py
+4
-1
No files found.
vllm/config.py
View file @
70de35a8
...
...
@@ -3880,7 +3880,9 @@ def set_current_vllm_config(vllm_config: VllmConfig, check_compile=False):
try
:
_current_vllm_config
=
vllm_config
yield
finally
:
except
Exception
:
raise
else
:
logger
.
debug
(
"enabled custom ops: %s"
,
vllm_config
.
compilation_config
.
enabled_custom_ops
)
logger
.
debug
(
"disabled custom ops: %s"
,
...
...
@@ -3898,6 +3900,7 @@ def set_current_vllm_config(vllm_config: VllmConfig, check_compile=False):
" does not support it. Please open an issue on GitHub"
" if you want it to be supported."
,
vllm_config
.
model_config
.
model
)
finally
:
_current_vllm_config
=
old_vllm_config
...
...
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