-
-
Notifications
You must be signed in to change notification settings - Fork 692
Setup Github Actions workflow CI for horovod on CPU #1236
Copy link
Copy link
Closed
Description
🚀 Feature
Idea is to add run Horovod tests on CPU via Github Actions. We can either: 1) install horovod using pip or 2) otherwise compile horovod from source as it is done for Circle CI (without NCCL support). The goal is to be able to run CPU distributed tests with Horovod backend.
TODO:
- create new file
hvd-tests.ymlin.github/workflowslike https://github.com/pytorch/ignite/blob/master/.github/workflows/tpu-tests.yml - setup horovod (described above)
- run horovod tests like in circle ci yaml
Quick play around github actions can be done in a separate repository like https://github.com/vfdev-5/github-actions-playground
Reactions are currently unavailable