Support symmetric memory pre-allocation to avoid fragmentation (#17089)
This commit is contained in:
@@ -453,6 +453,9 @@ class Envs:
|
||||
# TokenizerManager
|
||||
SGLANG_REQUEST_STATE_WAIT_TIMEOUT = EnvInt(4)
|
||||
|
||||
# Symmetric Memory
|
||||
SGLANG_SYMM_MEM_PREALLOC_GB_SIZE = EnvInt(-1)
|
||||
|
||||
# Aiter
|
||||
SGLANG_USE_AITER_FP8_PER_TOKEN = EnvBool(False)
|
||||
# fmt: on
|
||||
|
||||
Reference in New Issue
Block a user