mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-01 04:24:36 +08:00
Ring distributed backend (#1784)
This commit is contained in:

committed by
GitHub

parent
2235dee906
commit
ccb61d7aae
@@ -160,6 +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
|
||||
- run:
|
||||
name: Build example extension
|
||||
command: |
|
||||
|
Reference in New Issue
Block a user