# gemma_embedding_gguf | | | |---|---| | **Model type** | `gemma_embedding_gguf` | | **Class** | `GemmaEmbeddingGGUFModel` | | **Task** | `gguf-embedding-feature-extraction` | | **Source** | `models/gguf_embeddings.py` | ## Description EmbeddingGemma's bidirectional, alternating symmetric-window GGUF graph. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```