LocalLm types documentation
    Preparing search index...

    Interface ModelStatusUnloaded

    Represents the unloaded model status.

    ModelStatusUnloaded

    const unloadedStatus: ModelStatusUnloaded = {
    value: "unloaded"
    };
    interface ModelStatusUnloaded {
        value: "unloaded";
    }
    Index

    Properties

    Properties

    value: "unloaded"

    The status value indicating the model is unloaded.