Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 440 Bytes

dodrio

A compiler for Distributed Data Parallel Training Optimizations

Setup

pip install -r requirements.txt

Pull Requests

We actively welcome your pull requests.

  1. Fork the repo and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes.
  5. Make sure your code lints (pre-commit run --all-files).