Skip to content

Commit 83284e8

Browse files
committed
Update qwen3_benchmark_suite.py
1 parent 6481157 commit 83284e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/mlx_metal_kernel_opt/qwen3_benchmark_suite.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,8 @@ def _create_very_long_context_prompt(self) -> str:
325325
considering unified memory architecture, Metal Performance Shaders, and the
326326
specific computational characteristics of M-series chips."""
327327
)
328+
329+
return extended_context
328330

329331
def _create_progressive_context_prompt(self) -> str:
330332
"""Create prompt that builds context progressively"""

0 commit comments

Comments
 (0)