We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569143c commit f8bc941Copy full SHA for f8bc941
examples/mlx_metal_kernel_opt/evaluator.py
@@ -825,7 +825,7 @@ def test_fixed_evaluator():
825
print("=" * 80)
826
827
# Load initial program for testing
828
- initial_program_path = os.path.join(os.path.dirname(__file__), "initial_program_cycle2.py")
+ initial_program_path = os.path.join(os.path.dirname(__file__), "initial_program.py")
829
830
if not os.path.exists(initial_program_path):
831
print(f"❌ Initial program not found: {initial_program_path}")
0 commit comments