Skip to content

v0.12.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jul 17:35

0.12.0 (2026-07-28)

Features

  • add fine-tunes preview endpoint (751e4c5)
  • add headlamp add-on to gpu cluster (96fe8ea)
  • add Slurm Web addon to gpu cluster (89bbf1e)

Bug Fixes

  • openapi: remove rollout abort route (d7b4717)
  • openapi: sync RL model input chunk schema (747f364)
  • openapi: sync RL sampling contract (452c599)
  • Revert server host change for chat completions inference (01aa25e)
  • rl: align CISPO/DRO loss schema names with GRPO/PPO (all-caps acronyms) (7329d72)
  • stlc: generate cross-entropy loss params type (a647049)
  • Update types for deployment summary to acknowledge optionality on hardware property (8b56f2c)

Documentation

  • openapi: allow combined LoRA target modules (7afe744)
  • openapi: clarify fine-tune user id creator (c35b741)
  • openapi: clarify RL loss mask optionality (8d123a5)
  • sync endpoint events limit (01b3e00)

Refactors