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
edbf2d60
Unverified
Commit
edbf2d60
authored
May 06, 2025
by
Richard Zou
Committed by
GitHub
May 05, 2025
Browse files
[easy] Fix logspam on PiecewiseBackend errors (#17138)
Signed-off-by:
rzou
<
zou3519@gmail.com
>
parent
999328be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vllm/compilation/backends.py
vllm/compilation/backends.py
+2
-0
No files found.
vllm/compilation/backends.py
View file @
edbf2d60
...
...
@@ -241,6 +241,8 @@ class PiecewiseCompileInterpreter(torch.fx.Interpreter):
self
.
graph_pool
=
graph_pool
self
.
vllm_config
=
vllm_config
self
.
vllm_backend
=
vllm_backend
# When True, it annoyingly dumps the torch.fx.Graph on errors.
self
.
extra_traceback
=
False
def
run
(
self
,
*
args
):
fake_args
=
[
...
...
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