Skip to content

Commit f8bc941

Browse files
committed
Update evaluator.py
1 parent 569143c commit f8bc941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mlx_metal_kernel_opt/evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ def test_fixed_evaluator():
825825
print("=" * 80)
826826

827827
# Load initial program for testing
828-
initial_program_path = os.path.join(os.path.dirname(__file__), "initial_program_cycle2.py")
828+
initial_program_path = os.path.join(os.path.dirname(__file__), "initial_program.py")
829829

830830
if not os.path.exists(initial_program_path):
831831
print(f"❌ Initial program not found: {initial_program_path}")

0 commit comments

Comments
 (0)