mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-05 22:07:34 +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.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 = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user