Skip to content

v1.3.beta26

Pre-release
Pre-release

Choose a tag to compare

@amaslenn amaslenn released this 25 Jun 16:56
· 805 commits to main since this release
6151d1a

What's Changed

  • Update regex to correctly extract full GPU type names including suffixes and variants by @TaekyungHeo in #578
  • Fix missing k8s import by using lazy.k8s in MPIJob delete call by @TaekyungHeo in #580
  • Align method with BaseRunner by renaming to on_job_completion and removing async by @TaekyungHeo in #581
  • Add DockerImage support to Kubernetes installer methods by @TaekyungHeo in #583
  • Match json_gen_strategy implementation to command_gen_strategy by @TaekyungHeo in #585
  • Fix nodes allocation from the same group by @amaslenn in #586
  • Guard on_job_submit with null check for _command_gen_strategy access by @TaekyungHeo in #584

Full Changelog: v1.3.beta25...v1.3.beta26