Allow users to specify kv cache memory size (#21489)
Signed-off-by: Boyuan Feng <boyuan@meta.com> Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
@@ -278,7 +278,8 @@ class LLMEngine:
|
||||
self.cache_config.block_size,
|
||||
"gpu_memory_utilization":
|
||||
self.cache_config.gpu_memory_utilization,
|
||||
|
||||
"kv_cache_memory_bytes":
|
||||
self.cache_config.kv_cache_memory_bytes,
|
||||
# Quantization
|
||||
"quantization":
|
||||
self.model_config.quantization,
|
||||
|
||||
Reference in New Issue
Block a user