Merge commit 'e30207985aa5d9d0b53dc837904bf2ac3063a412' into develop

This commit is contained in:
assistant-librarian[bot]
2026-01-15 15:14:37 +00:00
parent eb83c23157
commit 43e3e63175
4 changed files with 63 additions and 29 deletions

View File

@@ -36,7 +36,7 @@ DTYPE_BITS = {
K0_MAX_SUBMAX_MAP = {32: 32, 64: 64, 96: 128, 128: 128, 256: 256}
SUPPORTED_PAGE_SIZE = [1, 128, 256, 1024]
SUPPORTED_PAGE_SIZE = [1, 16, 1024]
SUPPORTED_KV_MEMORY_LAYOUT = ["vectorized", "linear"]
SUPPORTED_KV_LOOKUP_TABLE = ["vllm", "sglang"]
KV_MEMORY_LAYOUT_ENUM_MAP = {