mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-29 18:28:12 +08:00
install mpi for release build (#1199)
This commit is contained in:
@@ -144,6 +144,7 @@ jobs:
|
|||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: |
|
command: |
|
||||||
brew install python@<< parameters.python_version >>
|
brew install python@<< parameters.python_version >>
|
||||||
|
brew install openmpi
|
||||||
python<< parameters.python_version >> -m venv env
|
python<< parameters.python_version >> -m venv env
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
|
Reference in New Issue
Block a user