Skip to content

Commit

Permalink
[ci] fix horovod master test (#46602)
Browse files Browse the repository at this point in the history
Another place to fix horovod release test

Test:
- CI

Signed-off-by: can <can@anyscale.com>
  • Loading branch information
can-anyscale authored Jul 12, 2024
1 parent 080bb13 commit 753cfa3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release/ray_release/byod/byod_horovod_master_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
set -exo pipefail

HOROVOD_WITH_GLOO=1 HOROVOD_WITHOUT_MPI=1 HOROVOD_WITHOUT_TENSORFLOW=1 HOROVOD_WITHOUT_MXNET=1 HOROVOD_WITH_PYTORCH=1 pip3 install -U git+https://github.com/horovod/horovod.git

# Required because horovod is compiled from source on this image, which has
# a higher version of libstdc++, not compatible with the conda environment.
ln -sf /usr/lib/gcc/x86_64-linux-gnu/11/libstdc++.so /home/ray/anaconda3/lib/libstdc++.so
ln -sf /usr/lib/gcc/x86_64-linux-gnu/11/libstdc++.so /home/ray/anaconda3/lib/libstdc++.so.6

0 comments on commit 753cfa3

Please sign in to comment.