Small distributed launch helper (#1810)

This commit is contained in:
Angelos Katharopoulos
2025-01-29 17:55:04 -08:00
committed by GitHub
parent 4758c8baa1
commit ded914f442
4 changed files with 338 additions and 26 deletions

View File

@@ -160,7 +160,7 @@ jobs:
LOW_MEMORY=1 DEVICE=cpu python -m xmlrunner discover -v python/tests -o test-results/cpu
LOW_MEMORY=1 DEVICE=gpu METAL_DEVICE_WRAPPER_TYPE=1 METAL_DEBUG_ERROR_MODE=0 python -m xmlrunner discover -v python/tests -o test-results/gpu
mpirun --bind-to none -host localhost:8 -np 8 -x DYLD_LIBRARY_PATH=/opt/homebrew/lib/ python python/tests/mpi_test_distributed.py
/bin/bash python/tests/run_ring_test.sh
mlx.launch --verbose -n 8 python/tests/ring_test_distributed.py
- run:
name: Build example extension
command: |