Skip to content

[Feature] Hot-swap between multiple models #486

Description

@iamagenius00

Problem

Currently switching models in Parallax requires reinitializing the cluster (#80) — scheduler reassigns layers, every worker reloads weights. Fine for occasional switches, but too slow for agent workloads that pick a model per request (small model for routing, larger model for reasoning, etc.).

Request

Support keeping multiple models loaded at the same time and routing each request to the right one based on the model field. True hot-swap, no cluster restart.

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