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 cPilotGod/google-functiongemma-270m-gguf:
# Run inference directly in the terminal:
llama cli -hf cPilotGod/google-functiongemma-270m-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf cPilotGod/google-functiongemma-270m-gguf:
# Run inference directly in the terminal:
llama cli -hf cPilotGod/google-functiongemma-270m-gguf:
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 cPilotGod/google-functiongemma-270m-gguf:
# Run inference directly in the terminal:
./llama-cli -hf cPilotGod/google-functiongemma-270m-gguf:
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 cPilotGod/google-functiongemma-270m-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf cPilotGod/google-functiongemma-270m-gguf:
Use Docker
docker model run hf.co/cPilotGod/google-functiongemma-270m-gguf:
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

FunctionGemma 270M

This repository was mirrored into the company Hugging Face organization.

  • Provider: google
  • Series: FunctionGemma
  • Source manifest: /home/fky/model_artifact_huggingface_links.md

Quantizations

  • Q4_K_M: mirrored from https://huggingface.co/unsloth/functiongemma-270m-it-GGUF/resolve/main/functiongemma-270m-it-Q4_K_M.gguf
  • Q5_K_M: mirrored from https://huggingface.co/unsloth/functiongemma-270m-it-GGUF/resolve/main/functiongemma-270m-it-Q5_K_M.gguf
  • Q6_K: mirrored from https://huggingface.co/unsloth/functiongemma-270m-it-GGUF/resolve/main/functiongemma-270m-it-Q6_K.gguf
  • Q8_0: mirrored from https://huggingface.co/unsloth/functiongemma-270m-it-GGUF/resolve/main/functiongemma-270m-it-Q8_0.gguf
Downloads last month
10
GGUF
Model size
0.3B params
Architecture
gemma3
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support