Skip to content

tinker checkpoint probe <path> — verify a sampler actually serves #44

@Pran-Ker

Description

@Pran-Ker

There's no quick way from the CLI to answer the question "is this sampler checkpoint actually serving right now?" tinker checkpoint info shows you size, type, TTL, all the static stuff.

But nothing about liveness. The only way to find out today is to round-trip through the Python SDK, instantiate a SamplingClient, encode a prompt, and call sample(). That's fine when you're already in a notebook; it's a lot of overhead before kicking off an eval where the first thing you want to know is whether the checkpoint is reachable at all.

A tinker checkpoint probe <tinker://...> subcommand that fires one tiny sample request and prints ok / fail / timeout + latency_ms would close that gap cleanly. Same shape as info, just with a liveness check stapled on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions