Skip to content

v0.0.36

Compare
Choose a tag to compare
@jlewitt1 jlewitt1 released this 13 Nov 15:04
· 164 commits to main since this release
ddb9dee

Highlights

Enrich CLI commands (and corresponding python APIs) for interacting with Runhouse clusters.

runhouse cluster: list, down, up, keep-warm, logs, status, ssh

runhouse server: start, restart, stop, status

New Features

Improvements

  • Cluster to reuse secrets keys instead of generating new secrets per cluster (#1338, #1344)
  • Log streaming for nested and multinode (#1375, #1377)

Bugfixes

  • Cluster reloading fixes (#1290, #1291)
  • Don't refresh when initializing on-demand clusters via Sky (#1258)
  • Fix notebook support (#1390)
  • Fix multinode K8s (#1376)

Deprecations

  • Python 3.7 support (#1281)
  • Replacing cluster num_instances with num_nodes (#1380, #1405)
  • Replace cluster address with head_ip (#1370)

Build

  • Pin skypilot to 0.7.0 for faster cluster start times

Examples

  • Running Flux1 Schnell on AWS EC2 (#1275)
  • Distributed Examples
    • Distributed Pool (#1280)
    • Pytorch HPO and ResNet (#1378)
    • Dask LGBM Train (#1379)