Tiny remove additional args in init_memory_pool (#16158)

This commit is contained in:
Ke Bao
2025-12-30 21:38:06 +08:00
committed by GitHub
parent 5d200dd8d9
commit 059428bd8a
2 changed files with 4 additions and 7 deletions

View File

@@ -518,7 +518,7 @@ class ModelRunner(ModelRunnerKVCacheMixin):
self.configure_kv_cache_dtype()
# Init memory pool and attention backends
self.init_memory_pool(min_per_gpu_memory, server_args)
self.init_memory_pool(min_per_gpu_memory)
# Init max running requests
self.max_running_requests = min(