Skip to content

Commit

Permalink
horovod install
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Oct 25, 2023
1 parent 965cf99 commit 3a98e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- run: which python
# - run: conda install -c conda-forge openmpi
- run: conda install mpi4py h5py pytorch torchvision cpuonly -c pytorch -c conda-forge
# - run: pip install horovod==0.27.0
- run: conda install -c conda-forge libstdcxx-ng=12
- run: pip install horovod

- name: Install the package
run: pip install .[test,hpc]
run: pip install .[test]
env:
CONDA_PREFIX: /usr/share/miniconda

Expand Down

0 comments on commit 3a98e68

Please sign in to comment.