Releases: apoorvkh/torchrunx
Releases · apoorvkh/torchrunx
0.3.1
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
0.2.4
0.2.3
Full Changelog: 0.2.2...0.2.3
0.2.2
Full Changelog: 0.2.1...0.2.2
0.2.1
0.2.0
What's Changed
- Launch result by @apoorvkh in #69
- docs (draft 1) by @pmcurtin in #70
- Upgrade min version to Python 3.9 by @apoorvkh in #74
- Set numpy lower bound to 1.20 by @apoorvkh in #76
- AgentKilledError by @apoorvkh in #77
- Worker killed error by @apoorvkh in #78
- More changes to docs by @pmcurtin in #73
Full Changelog: 0.1.4...0.2.0
0.1.4
0.1.3
What's Changed
- Change
launch
toLauncher
dataclass by @apoorvkh in #40 - add pg_timeout flag by @pmcurtin in #44
- Func args by @pmcurtin in #51
- automatic function by @pmcurtin in #52
- Dependence on Setup Workflows in Github Actions by @apoorvkh in #57
- handle older PyTorch versions by @pmcurtin in #53
- examples to tests by @pmcurtin in #45
Full Changelog: 0.1.2...0.1.3
0.1.2
What's Changed
- Bump sphinx from 6.2.1 to 7.3.7 by @dependabot in #34
- submitit fix by @pmcurtin in #36
- moving unshared utils into other files by @apoorvkh in #39
New Contributors
- @dependabot made their first contribution in #34
Full Changelog: 0.1.1...0.1.2