How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf dispatchAI/EmbeddingGemma-300M-mobile
# Run inference directly in the terminal:
llama cli -hf dispatchAI/EmbeddingGemma-300M-mobile
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf dispatchAI/EmbeddingGemma-300M-mobile
# Run inference directly in the terminal:
llama cli -hf dispatchAI/EmbeddingGemma-300M-mobile
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf dispatchAI/EmbeddingGemma-300M-mobile
# Run inference directly in the terminal:
./llama-cli -hf dispatchAI/EmbeddingGemma-300M-mobile
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf dispatchAI/EmbeddingGemma-300M-mobile
# Run inference directly in the terminal:
./build/bin/llama-cli -hf dispatchAI/EmbeddingGemma-300M-mobile
Use Docker
docker model run hf.co/dispatchAI/EmbeddingGemma-300M-mobile
Quick Links

EmbeddingGemma-300M-mobile

πŸ”’ Embedding β€” This is not a chat model.

Embedding model β€” use for vector embeddings, not chat. Use sentence-transformers or similar.

Model Details

Attribute Value
Base Model google/embeddinggemma-300m
Type EMBEDDING
License gemma

Usage

from sentence_transformers import SentenceTransformer; model = SentenceTransformer('dispatchAI/EmbeddingGemma-300M-mobile')

πŸš€ dispatchAI

Downloads last month
112
GGUF
Model size
0.3B params
Architecture
gemma-embedding
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Space using dispatchAI/EmbeddingGemma-300M-mobile 1

Collections including dispatchAI/EmbeddingGemma-300M-mobile