Skip to content

Commit adfb0ce

Browse files
committed
CI: stop running Horovod tests
Horovod has not released a new version for a long time. The PR to support TF 2.20 (horovod/horovod#4302) has never been merged, I think it has been dead,
1 parent 2d5fa3c commit adfb0ce

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/test_python.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
export TENSORFLOW_ROOT=$(python -c 'import importlib.util,pathlib;print(pathlib.Path(importlib.util.find_spec("tensorflow").origin).parent)')
3333
export PYTORCH_ROOT=$(python -c 'import torch;print(torch.__path__[0])')
3434
source/install/uv_with_retry.sh pip install --system -e .[test,jax] mpi4py --group pin_jax
35-
source/install/uv_with_retry.sh pip install --system -U setuptools
36-
source/install/uv_with_retry.sh pip install --system horovod --no-build-isolation
3735
source/install/uv_with_retry.sh pip install --system --pre "paddlepaddle==3.0.0" -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
3836
env:
3937
# Please note that uv has some issues with finding

doc/install/install-from-source.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,12 @@ It will print the help information like
273273

274274
### Install horovod and mpi4py {{ tensorflow_icon }}
275275

276+
:::{warning}
277+
Horovod has not released a new version for a long time.
278+
As of December 2025, the latest Horovod release does not support the latest TensorFlow versions.
279+
You can check the patches required to support the latest TensorFlow at [conda-forge/horovod-feedstock](https://github.com/conda-forge/horovod-feedstock/blob/main/recipe/meta.yaml).
280+
:::
281+
276282
[Horovod](https://github.com/horovod/horovod) and [mpi4py](https://github.com/mpi4py/mpi4py) are used for parallel training. For better performance on GPU, please follow the tuning steps in [Horovod on GPU](https://github.com/horovod/horovod/blob/master/docs/gpus.rst).
277283

278284
```bash

0 commit comments

Comments
 (0)