v0.18.0
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 pushCLI 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 deactivateCLI command by @brollb in #2421 - fix(cli): Gracefully handle nonexistent .trussrc in
truss configureby @rolandcrosby-baseten in #2425 - refactor(loops): repoint existing
trainersreferences toloopsby @spal1 in #2427 - feat(loops): add new
truss loopscli commands by @spal1 in #2428 - refactor: rename
trainer_checkpoint_idstoloop_checkpoint_idsby @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]toloops_checkpoint_id[s]by @spal1 in #2435 - refactor: rename singular
loop_*identifiers to pluralloops_*(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
- @rolandcrosby-baseten made their first contribution in #2425
Full Changelog: v0.17.2...v0.18.0