mpi4jax
Zero-copy MPI communication of JAX arrays, for turbo-charged HPC applications in Python :zap: (by PhilipVinc)
horovod
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet. (by horovod)
| mpi4jax | horovod | |
|---|---|---|
| 1 | 9 | |
| 529 | 14,692 | |
| 0.0% | 0.0% | |
| 5.7 | 5.0 | |
| 17 days ago | 6 months ago | |
| Python | Python | |
| MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
mpi4jax
Posts with mentions or reviews of mpi4jax.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-02-03.
-
[D] Jax (or other libraries) when not using GPUs/TPUs but CPUs.
I've seen a couple of posts of folks using JAX for scientific computing (e.g. physics) workloads without much issue. The parallel primitives work just as well across multiple CPUs as they do on accelerators. If you're on a cluster, also worth looking into https://github.com/PhilipVinc/mpi4jax.
horovod
Posts with mentions or reviews of horovod.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-01-14.
-
Wild Ride: Uber's Rise and Fall
This series of books was actually purchased during the "Double Eleven: Readmoo Three Books 25% Off" promotion, following "Refreshing the Future". However, the content of this book is also quite interesting and kept me reading non-stop. As a tech geek, besides using Uber's services, I'm also interested in its many open-source projects. Whether it's the zap project or the machine learning platform Horovod, they are open-source projects that I really like.
-
Discussion Thread
Broke: using Horovod
-
[D] What is the recommended approach to training NN on big data set?
And in case scaling is really important to you. May I suggest you look into Horovod?
-
Anyone know of any papers or models for segmenting satellite images of a city into things like roads, buildings, parks, etc?
Training is not the same as inference (doing the segmentation), so that scale is probably off by a lot. One or two orders of magnitude just depending on the specifics of what hardware you're running on, and your training and eval dataset would be several orders of magnitude smaller. FAANGs would parallelize that training as well (don't remember if UNet is inherently parallelizable for training) via their internal equivalent of Horovod, so they'll do a GPU-month worth of training in less than a day.
-
Embedding Python
[mpiexec@pc-132-75.customer.ask4.lan] match_arg (utils/args/args.c:163): unrecognized argument quiet [mpiexec@pc-132-75.customer.ask4.lan] HYDU_parse_array (utils/args/args.c:178): argument matching returned error [mpiexec@pc-132-75.customer.ask4.lan] parse_args (ui/mpich/utils.c:1639): error parsing input array [mpiexec@pc-132-75.customer.ask4.lan] HYD_uii_mpx_get_parameters (ui/mpich/utils.c:1691): unable to parse user arguments [mpiexec@pc-132-75.customer.ask4.lan] main (ui/mpich/mpiexec.c:127): error parsing parameters I believe this is due to mpich being installed: https://github.com/horovod/horovod/issues/1637
-
[D] PyTorch Distributed Training Libraries: What are the current options?
Check out Horovod - https://github.com/horovod/horovod
-
[D] GPU buying recommendation
If you just want to run tensorflow or pytorch for a Jupyter notebook, setting the environment shouldn't be difficult. I know that AWS has a marketplace of preconfigured images. However, you can go as advanced as setting up a cluster of gpu-equipped nodes to setup Horovod (https://github.com/horovod/horovod) to do distributed machine learning. Yes, there's a learning curve, but you cannot acquire this skillet any other way.
-
SKLean, TensorFlow, etc vs Spark ML?
I'm the maintainer for an open source project called Horovod that allows you to distribute deep learning training (e.g., TensorFlow) on platforms like Spark.
-
Cluster machine learning
You'll want to use horovod to run keras in a distributed system. Then use Slurm to manage the cluster and run the job.
What are some alternatives?
When comparing mpi4jax and horovod you can also consider the following projects:
devito - DSL and compiler framework for automated finite-differences and stencil computation
petastorm - Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code.
extending-jax - Extending JAX with custom C++ and CUDA code
DeepDanbooru - AI based multi-label girl image classification system, implemented by using TensorFlow.
pyhpc-benchmarks - A suite of benchmarks for CPU and GPU performance of the most popular high-performance libraries for Python :rocket:
pytorch-summary - Model summary in PyTorch similar to `model.summary()` in Keras