Skip to content

v0.0.6

Compare
Choose a tag to compare
@carolineechen carolineechen released this 07 Jun 15:35
· 1089 commits to main since this release

What's New

Replace gRPC server with HTTP

  • gRPC installation is unreliable on Apple silicon, replace with HTTP for more seamless experience, and allow HTTP calls to Runhouse functions (e.g. outside Python) (#62)

Torch Version Auto-Detection

  • Support auto-detection and installation of correct torch version based on CUDA version (#41)

Envs and Packages

  • Better handling of local package syncing to remote systems (#43)
  • New Runhouse Env resource (#54)
  • Conda Env support (#57)

Docsite Restructure

  • Add Getting Started and Logging/Debugging sections (#61)
  • Improved tutorials: Add Data+Compute API Tutorials and Render Usage tutorials (#66)

Additional

  • Add --yes/-y option for interactive CLI login (#53)
  • Unit test refactors, with fixtures and pytest mark (#59)
  • Correctly sync local Runhouse version

BC-Breaking

  • Replace reqs and setup_cmds in support for env (#54)