0.3.0
Public Beta Release 🎉
We finished all of the core features and documentation!
We now:
- removed
launch()
alias forLauncher
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