Skip to content

v0.0.38

Latest
Compare
Choose a tag to compare
@carolineechen carolineechen released this 10 Jan 22:30
· 39 commits to main since this release
f11b530

Improvements

  • Add functionality for cluster kill process (#1588)
  • Cluster factory refactor to be more robust (#1591)
  • Fix bug with run_bash in Image setup (#1608)
  • Update run_bash output to match input type (#1639)
  • Bring up the cluster server after launching (#1645)
  • Fix to Pytorch distributed (#1650)
  • Detect and update stale ondemand ips in restart_server (#1633)

Deprecations

  • Deprecate accelerators in favor of gpus for the cluster factory (#1648)

BC-Breaking

The following were deprecated in an earlier release, and are now no longer supported

  • config_for_rns: Resource config is now just named config instead of config_for_rns (#1627)
  • default_env: Please use rh.Image() class to specify default setup for a Runhouse cluster, and pass it in the image field of the cluster factory. Links to: docs, examples (#1627)
  • address: Use cluster.head_ip instead cluster.address (#1627)
  • cluster.run(): Please instead use run_bash (to run over HTTP) or run_bash_over_ssh (to run over SSH)
  • num_instances in cluster factory: Please use num_nodes instead (#1634)

Docs

  • New Image, Process tutorial pages (#1607)
  • Updated Docker workflows (#1599)
  • ... more overall docs and examples updates