We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dba57a commit b7dcd53Copy full SHA for b7dcd53
1 file changed
run_benchmark.sh
@@ -86,13 +86,13 @@ print_server_log() {
86
fi
87
}
88
89
-echo "=============================================="
90
export METAL_LIBRARY_PATH="$(pwd)/.build/arm64-apple-macosx/release"
91
92
if [ -n "${SUITE_OPT:-}" ]; then
93
# Sub-process invocation from automated matrix — skip interactive menu
94
suite_opt="$SUITE_OPT"
95
else
+ echo "=============================================="
96
echo " Aegis-AI MLX Profiling Benchmark Suite "
97
echo "=============================================="
98
echo ""
0 commit comments