byod_data_pipelined_test.sh 421 B

12345678
  1. #!/bin/bash
  2. # This script is used to build an extra layer on top of the base anyscale/ray image
  3. # to run the horovod tests
  4. set -exo pipefail
  5. pip install -U git+https://github.com/ray-project/ray_shuffling_data_loader.git@add-embedding-model
  6. 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