move environ into sglang.srt to avoid break SRT auto sync. (#10791)

This commit is contained in:
Liangsheng Yin
2025-09-23 17:04:20 +08:00
committed by GitHub
parent ea338676b5
commit 4a762041d7
4 changed files with 4 additions and 4 deletions

View File

@@ -12,8 +12,8 @@ import torch.nn.functional as F
import triton
import triton.language as tl
from sglang.environ import envs
from sglang.srt.constrained.base_grammar_backend import BaseGrammarObject
from sglang.srt.environ import envs
from sglang.srt.layers.attention.utils import create_flashinfer_kv_indices_triton
from sglang.srt.layers.logits_processor import LogitsProcessorOutput
from sglang.srt.layers.sampler import apply_custom_logit_processor