Skip to content

v0.18.0

Choose a tag to compare

@basetenbot basetenbot released this 11 May 16:24
· 65 commits to main since this release
b7b2a9c

What's Changed

  • Auto-open browser for OAuth device flow login by @cretz in #2417
  • Add User-Agent header to Baseten REST, GraphQL, OAuth, and inference calls by @cretz in #2418
  • feat(loops): add truss loops push CLI command (TRN-730) by @brollb in #2420
  • fix(trainers): change endpoints to restful versions by @spal1 in #2423
  • Improve control server error logging and shutdown safety by @cretz in #2424
  • Add --slurm-node-count to workstation command for multi-node SLURM clusters by @pstefa1707 in #2405
  • Rename --slurm-node-count to --num-nodes and add --orchestrator flag by @pstefa1707 in #2426
  • feat(loops): add truss loops deactivate CLI command by @brollb in #2421
  • fix(cli): Gracefully handle nonexistent .trussrc in truss configure by @rolandcrosby-baseten in #2425
  • refactor(loops): repoint existing trainers references to loops by @spal1 in #2427
  • feat(loops): add new truss loops cli commands by @spal1 in #2428
  • refactor: rename trainer_checkpoint_ids to loop_checkpoint_ids by @spal1 in #2432
  • refactor(loops): clean up _get_loop_run_model_name and stray trainer refs by @spal1 in #2434
  • refactor: rename loop_checkpoint_id[s] to loops_checkpoint_id[s] by @spal1 in #2435
  • refactor: rename singular loop_* identifiers to plural loops_* (TRN-765) by @spal1 in #2436
  • fix: align CheckpointList mixing-error message with Django side (TRN-765) by @spal1 in #2437
  • feat(loops): sampler URL in loops view; sort order for loops runs view by @spal1 in #2438
  • fix(loops): adapt to LoopsRunV1 list-shape change (run_id -> id) by @spal1 in #2439
  • Rename patches/ subdir to patch_modules/ to avoid Bazel import collision with patches.py by @cretz in #2442
  • feat(train): print deployment logs link after deploy_checkpoints by @spal1 in #2445
  • feat(loops): polish view tables and add sort to samplers view by @spal1 in #2444
  • feat(truss): Increase graceful termination timeout to 60 minutes by @squidarth in #2441
  • Release 0.18.0 by @basetenbot in #2447

New Contributors

Full Changelog: v0.17.2...v0.18.0