Minor: improve sampler & remove unused fields from model_config.py (#11531)

This commit is contained in:
Lianmin Zheng
2025-10-13 11:04:44 -07:00
committed by GitHub
parent 728af88781
commit 5e3f7e7fa9
5 changed files with 23 additions and 9 deletions

View File

@@ -17,8 +17,6 @@ import logging
import sre_parse
from typing import Any, Dict, List, Optional, Union
from sglang.srt.utils import get_bool_env_var
_SAMPLING_EPS = 1e-6
TOP_K_ALL = 1 << 30