mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
run configure_mlx.sh in run.sh
This commit is contained in:
0
configure_mlx.sh
Normal file → Executable file
0
configure_mlx.sh
Normal file → Executable file
3
run.sh
3
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'\""
|
||||
|
||||
Reference in New Issue
Block a user