Skip to content

Latest commit

 

History

History
102 lines (67 loc) · 11.5 KB

File metadata and controls

102 lines (67 loc) · 11.5 KB

Changelog

2.32.0 (2026-08-26)

Features

  • Endpoints CLI: add list/delete aliases for beta endpoints ls/rm (ENG-92294) (#538) (9a7c1e2)
  • Batches CLI: add tg batches commands for the batch API (#525) (f7d63e0)
  • Jig CLI: call prewarm API after volume upload and image build (#535) (371ae93)
  • Evals CLI: show files upload progress during evals create (#534) (0b51221)

Bug Fixes

  • CLI: preserve controlled Jig failure diagnostics (#529) (5b0412f)
  • CLI: preserve diagnostics in truncated telemetry (#526) (4ee8806)
  • CLI: preserve endpoint API failure diagnostics (#537) (49f368b)
  • CLI: preserve endpoint creation diagnostics (#541) (a08d56c)
  • CLI: preserve endpoint deletion failure diagnostics (#533) (cab1090)
  • Endpoints CLI: remove --scale-to-zero-window from beta endpoints (#545) (0070438)
  • CLI: render numeric model revision fields (#531) (d3bc330)
  • CLI: stabilize UnknownOptionError telemetry (#539) (9d23c56)
  • Endpoints CLI: Rename models output label 'Inference Name' to 'Endpoint string' (#530) (5bb08a5)
  • Finetuning CLI: remove broken pagination on list-events command (#540) (b88a85c)

Chores

2.31.0 (2026-08-12)

Features

  • Models CLI: Support model names for base model parameter in tg beta models create (#506) (64a2c2c)
  • Models CLI: Display supported model profile names in prompt flows (#503) (7555e64)
  • Jig CLI: Warn about implicit volume version when there are multiple versions (#521) (7db3db4)
  • Clusters CLI: Display configuration ID in tg beta clusters list-regions output (#513) (4a52eed)
  • Endpoints CLI: Display GPU and estimated price when deploying a new model (#512) (4e17fa6)
  • Fine Tuning CLI: add tg ft model-limits command (#439) (4cf18b2)

Bug Fixes

  • Fine Tuning CLI: avoid crashing on timestamp boundaries (#519) (f3152aa)
  • Fine Tuning CLI: honor --non-interactive mode in delete command (#518) (4992d76)
  • Jig CLI: preserve Jig failure diagnostics in telemetry (#514) (c6423c0)
  • Models CLI: support model names for tg beta models configs --model list filtering (#500) (01d0105)
  • CLI: Tolerate unsupported terminal characters (notably for Windows OS) (#501) (65eb647)
  • Clusters CLI: skip cluster delete prompts when --non-interactive mode is set (#502) (86fbe97)

Chores

  • bump detect-agent to 0.6.0 and remove unused dependencies (#522) (abb6f5d)

Documentation

  • audio: correct direct-upload limit to 80 MB in descriptions (a99b64b)
  • sync rollout OpenAPI defaults (21213c2)

2.30.0 (2026-08-07)

Features

  • cli: add canonical NVIDIA version selector (c6d7ea9)
  • cli: Add B300 GPU to clusters create command (#495) (d582b27)
  • cli: add beta endpoint events command (#491) (6126bf8)
  • cli: add fine-tune tokenized dataset download (#507) (0d678a6)
  • cli: add NVIDIA catalog version selection (d360f2a)
  • fine-tuning: sync tokenized dataset download OpenAPI (f4b1b5e)
  • cli: add B300 GPU cluster type (83d42e3)
  • clusters: sync reserved endpoint enums (5b88316)
  • clusters: sync passive health check alert ordering (b7bcd39)

Bug Fixes

  • cli: avoid Unicode file status icons (#493) (f2b00bd)
  • cli: keep JSON errors machine-readable (b60eb19)
  • cli: prefer NVIDIA version IDs in cluster help (#498) (6eec5a5)
  • cli: preserve explicit legacy NVIDIA pairs (8aa95c3)
  • cli: Remove name parameter from beta endpoints update command (#510) (65368c5)
  • cli: search all shadow experiment pages (#497) (7eca0da)

Chores

  • cli: update fine-tuning LoRA option help (#489) (7db37cf)

Documentation

  • cli: sync shadow target eligibility help (#494) (452669b)
  • openapi: sync endpoint active rollout docs (ce8ccc7)
  • openapi: sync rollout create defaults (29c164e)
  • sync endpoint events limit (51fee0b)
  • sync shadow target rollout guard (15abe4b)
  • sync supported model profile name (c14423b)