Represents the failed model status.
ModelStatusFailed
const failedStatus: ModelStatusFailed = { value: "failed", args: ["--model", "qwen4b"], failed: true, exit_code: 1}; Copy
const failedStatus: ModelStatusFailed = { value: "failed", args: ["--model", "qwen4b"], failed: true, exit_code: 1};
Arguments used during the loading process.
The exit code from the failed loading process.
Indicates that the model loading failed.
The status value indicating the model failed to load.
Represents the failed model status.
ModelStatusFailed
Example