Skip to content

Instantly share code, notes, and snippets.

@crazyperper
crazyperper / runner-v51-v55.sh
Created April 25, 2026 04:27
KK V51+V55 overnight matrix runner
#!/bin/bash
set +e
REPO=/home/drperry/ai-workspace
PROBES_DIR=$REPO/00-System/performance-benchmarks/probes
OUT_DIR=$REPO/00-System/performance-benchmarks/2026-04-25-full-matrix
LOG=$OUT_DIR/matrix.log
[ -f ~/.openclaw/.env ] && { set -a; . ~/.openclaw/.env; set +a; }
run_ollama() {