mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-07-09 11:17:14 +08:00
[easy] Fix logspam on PiecewiseBackend errors (#17138)
Signed-off-by: rzou <zou3519@gmail.com>
This commit is contained in:
parent
999328be0d
commit
edbf2d609e
@ -241,6 +241,8 @@ class PiecewiseCompileInterpreter(torch.fx.Interpreter):
|
|||||||
self.graph_pool = graph_pool
|
self.graph_pool = graph_pool
|
||||||
self.vllm_config = vllm_config
|
self.vllm_config = vllm_config
|
||||||
self.vllm_backend = vllm_backend
|
self.vllm_backend = vllm_backend
|
||||||
|
# When True, it annoyingly dumps the torch.fx.Graph on errors.
|
||||||
|
self.extra_traceback = False
|
||||||
|
|
||||||
def run(self, *args):
|
def run(self, *args):
|
||||||
fake_args = [
|
fake_args = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user