Skip to content

Commit

Permalink
Update hvd-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 authored Sep 29, 2024
1 parent 37ec5f3 commit e24d24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hvd-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
# Horovod installed on python 3.11 fails with error:
# Horovod installed on python 3.11, 3.10 fails with error:
# ignite/distributed/comp_models/horovod.py:159: in _HorovodDistModel
# "SUM": hvd.mpi_ops.Sum,
# E AttributeError: module 'horovod.torch' has no attribute 'mpi_ops'
# Extension horovod.torch has not been built: /opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/site-packages/horovod/torch/mpi_lib_v2.cpython-311-x86_64-linux-gnu.so not found
# If this is not expected, reinstall Horovod with HOROVOD_WITH_PYTORCH=1 to debug the build error.
# Warning! MPI libs are missing, but python applications are still available.
python-version: ["3.10"]
python-version: ["3.9"]
pytorch-channel: [pytorch]

steps:
Expand Down

0 comments on commit e24d24a

Please sign in to comment.