We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebde73 commit bf203cbCopy full SHA for bf203cb
python/sglang/srt/layers/attention/flashinfer_backend.py
@@ -16,8 +16,9 @@
16
import torch
17
18
if os.environ["SGLANG_ENABLE_TORCH_COMPILE"] == "1":
19
- import torch._dynamo
+ import logging
20
21
+ torch._logging.set_logs(dynamo=logging.ERROR)
22
torch._dynamo.config.suppress_errors = True
23
24
from sglang.global_config import global_config
python/sglang/srt/layers/attention/flashinfer_mla_backend.py
@@ -18,8 +18,9 @@
import triton
25
26
0 commit comments