[object Object]

← back to Exo Keepalive

exo: --no-sync runner + notes; inference needs full Xcode to build pinned mlx fork (official wheels drift on model archs)

31be00638cc773468b964361bff6fe4e84911c20 · 2026-07-06 21:21:30 -0700 · steve

Files touched

Diff

commit 31be00638cc773468b964361bff6fe4e84911c20
Author: steve <steve@designerwallcoverings.com>
Date:   Mon Jul 6 21:21:30 2026 -0700

    exo: --no-sync runner + notes; inference needs full Xcode to build pinned mlx fork (official wheels drift on model archs)
---
 run-exo.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run-exo.sh b/run-exo.sh
index 2641e72..1a08273 100755
--- a/run-exo.sh
+++ b/run-exo.sh
@@ -9,4 +9,4 @@ cd "$HOME/exo" || exit 1
 LOG="$HOME/Projects/exo-keepalive/exo.log"
 echo "[$(date +%FT%T%z)] === exo start (pid $$) ===" >> "$LOG"
 # exec so launchd tracks the real exo process (respawns on crash)
-exec /Users/macstudio3/.local/bin/uv run exo >> "$LOG" 2>&1
+exec /Users/macstudio3/.local/bin/uv run --no-sync exo >> "$LOG" 2>&1

← 618139f exo: add /usr/sbin to PATH (networksetup); revert --extra ml  ·  back to Exo Keepalive  ·  exo: restore clean locked daemon (self-syncing runner); offi f8147e4 →