Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 351 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 351 Bytes

Introduction

This package focuses on model parallelism training jobs with two types: tensor and pipeline. Source code is published on PyPI as DeTrain package

Commands

  • For local development: pip install -e .
  • To publish to pypi:
    • python3 -m build
    • python3 -m twine upload dist/*