llama_embed_gguf

Model type

llama_embed_gguf

Class

LlamaEmbedGGUFModel

Task

gguf-embedding-feature-extraction

Source

models/gguf_embeddings.py

Description

Exact dense, unbiased, default-RoPE subset of llama.cpp llama-embed.

Usage

mobius build --model <MODEL_ID> output_dir/
from mobius import build

model = build("<MODEL_ID>")