ailoy-node
    Preparing search index...

    Interface LocalModelArgs

    interface LocalModelArgs {
        backend?: "tvm";
        device?: number;
        id: LocalModelId;
        quantization?: "q4f16_1";
    }
    Index

    Properties

    backend?: "tvm"
    device?: number
    quantization?: "q4f16_1"