Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 627 Bytes

File metadata and controls

27 lines (16 loc) · 627 Bytes

qmd

Mini CLI search engine for your docs, knowledge bases, meeting notes, whatever. Uses current SOTA approaches while being all local.

GPU Acceleration

qmd bundles node-llama-cpp which supports GPU acceleration for embeddings.

CUDA (NVIDIA)

CUDA is supported on x86_64-linux. Enable it with the cudaSupport override:

qmd.override { cudaSupport = true; }

Vulkan

Vulkan support is enabled by default on Linux for AMD/Intel GPUs. To disable it:

qmd.override { vulkanSupport = false; }

Links