[Apple Silicon] [MLX] Fix MlxModelRunnerStub.initialize() signature desync with base (#28660)

Co-authored-by: R0CKSTAR <yeahdongcn@gmail.com>
This commit is contained in:
Jae B.
2026-06-19 18:05:22 -07:00
committed by GitHub
co-authored by R0CKSTAR
parent 871ed0dc0c
commit 2cbe1e6404
2 changed files with 101 additions and 1 deletions
@@ -111,7 +111,7 @@ class MlxModelRunnerStub(ModelRunner):
self.dtype = self.model_config.dtype
self.weight_load_mem_usage = 0
def initialize(self, pre_model_load_memory: float):
def initialize(self):
"""Lightweight initialize that skips heavy PyTorch setup.
Creates minimal req_to_token_pool and token_to_kv_pool_allocator