[object Object]

← back to Exo

run configure_mlx.sh in run.sh

f352ddfc5f76ff979bb0692ef10fb32f22f5142a · 2025-08-04 03:59:42 +0800 · Alex Cheema

Files touched

Diff

commit f352ddfc5f76ff979bb0692ef10fb32f22f5142a
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Mon Aug 4 03:59:42 2025 +0800

    run configure_mlx.sh in run.sh
---
 configure_mlx.sh | 0
 run.sh           | 3 +++
 2 files changed, 3 insertions(+)

diff --git a/configure_mlx.sh b/configure_mlx.sh
old mode 100644
new mode 100755
diff --git a/run.sh b/run.sh
index c32b9345..89ca175a 100755
--- a/run.sh
+++ b/run.sh
@@ -31,6 +31,9 @@ if [ "$CLEAN" = true ]; then
   rm -f ~/.exo_replica/*db*
 fi
 
+# Configure MLX
+./configure_mlx.sh
+
 # First command (worker) - changes based on replica flag
 if [ "$REPLICA" = true ]; then
   osascript -e "tell app \"Terminal\" to do script \"cd '$DIR'; nix develop -c bash -c 'export EXO_HOME=.exo_replica; uv run -m worker.main'\""

← 6855a772 set a 15 sec timeout for getting initial download progress  ·  back to Exo  ·  clean model cards 6daf7f31 →