Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup CI environment for horovod #2747

Closed
wants to merge 1 commit into from
Closed

Conversation

puhuk
Copy link
Contributor

@puhuk puhuk commented Oct 21, 2022

Fixes #2466
Description: Related to PR #2619

Check list:

  • New tests are added (if a new feature is added)
  • New doc strings: description and/or example code are in RST format
  • Documentation is updated (if required)

@github-actions github-actions bot added the ci CI label Oct 21, 2022
Comment on lines +53 to +54
pip install torch torchvision -f https://download.pytorch.org/whl/cu113/torch_stable.html
pip install torch torchvision -f https://download.pytorch.org/whl/cu116/torch_stable.html
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you install pytorch 2 times ?

shell: bash -l {0}
run: |
cd $GITHUB_WORKSPACE/horovod && python setup.py sdist
conda install -y cmake nccl=2.11 -c conda-forge
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line should be removed ?

@vfdev-5
Copy link
Collaborator

vfdev-5 commented Aug 29, 2023

Closing this PR in favor of #2619

@vfdev-5 vfdev-5 closed this Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup CI to check on 2 GPUs
2 participants