[MLX] Support Qwen3.5 (dense) Model (#25754)
Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com> Co-authored-by: Alex Nails <alex.nails@radixark.ai> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Alex Nails
Claude Opus 4.6
parent
7c5708cba7
commit
a952e9174f
@@ -536,7 +536,7 @@ class _MlxBenchRunner:
|
||||
if server_args.max_total_tokens is not None:
|
||||
init_kwargs["pool_size"] = server_args.max_total_tokens
|
||||
self.mlx_runner = MlxModelRunner(**init_kwargs)
|
||||
self.mlx_runner.init_kv_pool(req_to_token_pool=None)
|
||||
self.mlx_runner.init_cache_pools(req_to_token_pool=None)
|
||||
self.fake_torch_runner = model_runner
|
||||
|
||||
def clear(self):
|
||||
|
||||
Reference in New Issue
Block a user