Recent Releases of torchrunx

torchrunx - 0.3.1

What's Changed

  • Capture stdout/stderr from OS fd instead of Python's sys.stdout / sys.stderr by @apoorvkh in https://github.com/apoorvkh/torchrunx/pull/90

Full Changelog: https://github.com/apoorvkh/torchrunx/compare/0.3.0...0.3.1

- Python
Published by apoorvkh about 1 year ago

torchrunx - 0.3.0

Public Beta Release 🎉

We finished all of the core features and documentation!

We now: - removed launch() alias for Launcher class - added typing to launch function (typing.ParamSpec for callable, generic return values) - added fine-tuning examples with Transformers, Deepspeed, Lightning, Accelerate - updated log handling and streaming logic; added logging statements from our library - added an argparse utility - migrated to Github Pages (no Read the Docs) and the torchrun.xyz domain - automatically test all versions of Python (>=3.9) and pre-built PyTorch wheels - and more!

Full Changelog: https://github.com/apoorvkh/torchrunx/compare/0.2.4...0.3.0

- Python
Published by apoorvkh about 1 year ago

torchrunx - 0.2.4

What's Changed

  • Switching to uv by @apoorvkh in https://github.com/apoorvkh/torchrunx/pull/82

Full Changelog: https://github.com/apoorvkh/torchrunx/compare/0.2.3...0.2.4

- Python
Published by apoorvkh over 1 year ago

torchrunx - 0.2.3

Full Changelog: https://github.com/apoorvkh/torchrunx/compare/0.2.2...0.2.3

- Python
Published by apoorvkh over 1 year ago

torchrunx - 0.2.2

Full Changelog: https://github.com/apoorvkh/torchrunx/compare/0.2.1...0.2.2

- Python
Published by apoorvkh over 1 year ago

torchrunx - 0.2.1

What's Changed

  • Fix for logging server serialization problems by @apoorvkh in https://github.com/apoorvkh/torchrunx/pull/80

Full Changelog: https://github.com/apoorvkh/torchrunx/compare/0.2.0...0.2.1

- Python
Published by apoorvkh over 1 year ago

torchrunx - 0.2.0

What's Changed

  • Launch result by @apoorvkh in https://github.com/apoorvkh/torchrunx/pull/69
  • docs (draft 1) by @pmcurtin in https://github.com/apoorvkh/torchrunx/pull/70
  • Upgrade min version to Python 3.9 by @apoorvkh in https://github.com/apoorvkh/torchrunx/pull/74
  • Set numpy lower bound to 1.20 by @apoorvkh in https://github.com/apoorvkh/torchrunx/pull/76
  • AgentKilledError by @apoorvkh in https://github.com/apoorvkh/torchrunx/pull/77
  • Worker killed error by @apoorvkh in https://github.com/apoorvkh/torchrunx/pull/78
  • More changes to docs by @pmcurtin in https://github.com/apoorvkh/torchrunx/pull/73

Full Changelog: https://github.com/apoorvkh/torchrunx/compare/0.1.4...0.2.0

- Python
Published by apoorvkh over 1 year ago

torchrunx - 0.1.4

What's Changed

  • basic log streaming by @pmcurtin in https://github.com/apoorvkh/torchrunx/pull/49
  • raise worker errors in launcher by @pmcurtin in https://github.com/apoorvkh/torchrunx/pull/60
  • Misc refactoring by @apoorvkh in https://github.com/apoorvkh/torchrunx/pull/61

Full Changelog: https://github.com/apoorvkh/torchrunx/compare/0.1.3...0.1.4

- Python
Published by apoorvkh over 1 year ago

torchrunx - 0.1.3

What's Changed

  • Change launch to Launcher dataclass by @apoorvkh in https://github.com/apoorvkh/torchrunx/pull/40
  • add pg_timeout flag by @pmcurtin in https://github.com/apoorvkh/torchrunx/pull/44
  • Func args by @pmcurtin in https://github.com/apoorvkh/torchrunx/pull/51
  • automatic function by @pmcurtin in https://github.com/apoorvkh/torchrunx/pull/52
  • Dependence on Setup Workflows in Github Actions by @apoorvkh in https://github.com/apoorvkh/torchrunx/pull/57
  • handle older PyTorch versions by @pmcurtin in https://github.com/apoorvkh/torchrunx/pull/53
  • examples to tests by @pmcurtin in https://github.com/apoorvkh/torchrunx/pull/45

Full Changelog: https://github.com/apoorvkh/torchrunx/compare/0.1.2...0.1.3

- Python
Published by apoorvkh over 1 year ago

torchrunx - 0.1.2

What's Changed

  • Bump sphinx from 6.2.1 to 7.3.7 by @dependabot in https://github.com/apoorvkh/torchrunx/pull/34
  • submitit fix by @pmcurtin in https://github.com/apoorvkh/torchrunx/pull/36
  • moving unshared utils into other files by @apoorvkh in https://github.com/apoorvkh/torchrunx/pull/39

New Contributors

  • @dependabot made their first contribution in https://github.com/apoorvkh/torchrunx/pull/34

Full Changelog: https://github.com/apoorvkh/torchrunx/compare/0.1.1...0.1.2

- Python
Published by apoorvkh over 1 year ago

torchrunx - 0.1.1

- Python
Published by apoorvkh over 1 year ago