Skip to content

qmd emb error #236

@timforsync

Description

@timforsync
qmd embed
Chunking 13831 documents by token count...
102 |         else if (minContextSizeResourceRequirements.cpuRam > ramState.free + swapState.free - unifiedRamUsage)
103 |             throw new InsufficientMemoryError(`A context size of ${minContextSize}${sequences > 1 ? ` with ${sequences} sequences` : ""} is too large for the available RAM${swapState.total > 0 ? " (including swap)" : ""}`);
104 |         else if (minContextSizeResourceRequirements.cpuRam > ramState.free - unifiedRamUsage)
105 |             throw new InsufficientMemoryError(`A context size of ${minContextSize}${sequences > 1 ? ` with ${sequences} sequences` : ""} is too large for the available RAM`);
106 |         else
107 |             throw new InsufficientMemoryError(`A context size of ${minContextSize}${sequences > 1 ? ` with ${sequences} sequences` : ""} is too large for the available resources`);
                        ^
error: A context size of 8192 is too large for the available resources
      at resolveContextContextSizeOption (/Users/timforsync/.bun/install/global/node_modules/node-llama-cpp/dist/gguf/insights/utils/resolveContextContextSizeOption.js:107:19)

I am using a Mac mini with 16G RAM, still more than half RAM available...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions