Skip to content

[codex] compare checkpoint inference runs#69

Merged
salim4n merged 1 commit into
mainfrom
feat/studio-compare-checkpoint-inference
May 29, 2026
Merged

[codex] compare checkpoint inference runs#69
salim4n merged 1 commit into
mainfrom
feat/studio-compare-checkpoint-inference

Conversation

@salim4n
Copy link
Copy Markdown
Member

@salim4n salim4n commented May 29, 2026

Closes #49

What changed

  • Loaded checkpoint payloads from native project storage when present and built Studio checkpoint views from native project directories.
  • Linked checkpoint-backed inference runs back to their source checkpoint in the checkpoint panel.
  • Labeled run comparison rows/options as training runs or inference replays so metrics are easier to interpret.
  • Added coverage for selecting checkpoint-backed inference runs in comparison.

Validation

  • bun test apps/studio/src/App.test.tsx
  • bun run --cwd apps/studio typecheck
  • cargo test --manifest-path apps/studio/src-tauri/Cargo.toml
  • bun run ci

@salim4n salim4n marked this pull request as ready for review May 29, 2026 01:30
@salim4n salim4n merged commit 17687c6 into main May 29, 2026
1 check passed
@salim4n salim4n deleted the feat/studio-compare-checkpoint-inference branch May 29, 2026 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(studio): compare checkpoint payloads and inference runs

1 participant