Skip to content

Releases: apoorvkh/torchrunx

0.3.1

17 Mar 06:01
2b7c073
Compare
Choose a tag to compare

What's Changed

  • Capture stdout/stderr from OS fd instead of Python's sys.stdout / sys.stderr by @apoorvkh in #90

Full Changelog: 0.3.0...0.3.1

0.3.0

10 Mar 19:45
8a98e17
Compare
Choose a tag to compare

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: 0.2.4...0.3.0

0.2.4

13 Nov 06:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.2.4

0.2.3

02 Nov 02:47
Compare
Choose a tag to compare

Full Changelog: 0.2.2...0.2.3

0.2.2

01 Nov 15:35
Compare
Choose a tag to compare

Full Changelog: 0.2.1...0.2.2

0.2.1

31 Oct 06:49
Compare
Choose a tag to compare

What's Changed

  • Fix for logging server serialization problems by @apoorvkh in #80

Full Changelog: 0.2.0...0.2.1

0.2.0

30 Oct 03:03
677edcb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.4...0.2.0

0.1.4

13 Sep 03:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.1.4

0.1.3

25 Aug 21:49
c5eb858
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.1.3

0.1.2

13 Jul 05:30
cfe9f42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.1...0.1.2