Skip to content

get_model answers the capabilities list only — no phase or steps for a loading model #147

Description

@teemow

Problem

While a model loads, get_model (called through the muster CLI as the person) returns the model's capabilities list and nothing about its state: no phase, no steps, no condition. A caller polling for readiness gets no signal and has to read the LLMInferenceService condition directly. load_model and the inventory carry the phase; get_model should too.

Proposed solution

get_model returns the same phase and step list the load path publishes (Pending, weights, engine start, Ready, or the failure reason), alongside the capabilities.

Acceptance criteria

  • get_model for a loading model shows its phase and current step; for a failed one, the reason.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions