[quant] Ignore FP8 quantization layers (#20340)

Co-authored-by: qiuxuan.lzw <qiuxuan.lzw@alibaba-inc.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
StonyPort
2026-03-13 13:59:39 +08:00
committed by GitHub
co-authored by qiuxuan.lzw gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
parent e00328d1e5
commit d4e68ead1d
3 changed files with 11 additions and 1 deletions
+1
View File
@@ -333,6 +333,7 @@ class Envs:
SGLANG_PER_TOKEN_GROUP_QUANT_8BIT_V2 = EnvBool(False)
SGLANG_NVFP4_CKPT_FP8_NEXTN_MOE = EnvBool(False)
SGLANG_QUANT_ALLOW_DOWNCASTING = EnvBool(False)
SGLANG_FP8_IGNORED_LAYERS = EnvStr("")
# Flashinfer
SGLANG_IS_FLASHINFER_AVAILABLE = EnvBool(True)