[feat] use cachebuffer to store mm feature to speedup hash (#14386)
This commit is contained in:
@@ -322,6 +322,7 @@ class Envs:
|
||||
SGLANG_VLM_CACHE_SIZE_MB = EnvInt(100)
|
||||
SGLANG_IMAGE_MAX_PIXELS = EnvInt(16384 * 28 * 28)
|
||||
SGLANG_RESIZE_RESAMPLE = EnvStr("")
|
||||
SGLANG_MM_BUFFER_SIZE_MB = EnvInt(0)
|
||||
|
||||
# Release & Resume Memory
|
||||
SGLANG_MEMORY_SAVER_CUDA_GRAPH = EnvBool(False)
|
||||
|
||||
Reference in New Issue
Block a user