Instructions to use turnercore/functiongemma-automaticity-v7-q8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use turnercore/functiongemma-automaticity-v7-q8 with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="turnercore/functiongemma-automaticity-v7-q8", filename="FunctionGemma_AUTOMATICITY_V7_Q8.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use turnercore/functiongemma-automaticity-v7-q8 with 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 turnercore/functiongemma-automaticity-v7-q8 # Run inference directly in the terminal: llama cli -hf turnercore/functiongemma-automaticity-v7-q8
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf turnercore/functiongemma-automaticity-v7-q8 # Run inference directly in the terminal: llama cli -hf turnercore/functiongemma-automaticity-v7-q8
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 turnercore/functiongemma-automaticity-v7-q8 # Run inference directly in the terminal: ./llama-cli -hf turnercore/functiongemma-automaticity-v7-q8
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 turnercore/functiongemma-automaticity-v7-q8 # Run inference directly in the terminal: ./build/bin/llama-cli -hf turnercore/functiongemma-automaticity-v7-q8
Use Docker
docker model run hf.co/turnercore/functiongemma-automaticity-v7-q8
- LM Studio
- Jan
- Ollama
How to use turnercore/functiongemma-automaticity-v7-q8 with Ollama:
ollama run hf.co/turnercore/functiongemma-automaticity-v7-q8
- Unsloth Studio
How to use turnercore/functiongemma-automaticity-v7-q8 with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for turnercore/functiongemma-automaticity-v7-q8 to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for turnercore/functiongemma-automaticity-v7-q8 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for turnercore/functiongemma-automaticity-v7-q8 to start chatting
- Pi
How to use turnercore/functiongemma-automaticity-v7-q8 with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf turnercore/functiongemma-automaticity-v7-q8
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "turnercore/functiongemma-automaticity-v7-q8" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use turnercore/functiongemma-automaticity-v7-q8 with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf turnercore/functiongemma-automaticity-v7-q8
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default turnercore/functiongemma-automaticity-v7-q8
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use turnercore/functiongemma-automaticity-v7-q8 with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf turnercore/functiongemma-automaticity-v7-q8
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "turnercore/functiongemma-automaticity-v7-q8" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use turnercore/functiongemma-automaticity-v7-q8 with Docker Model Runner:
docker model run hf.co/turnercore/functiongemma-automaticity-v7-q8
- Lemonade
How to use turnercore/functiongemma-automaticity-v7-q8 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull turnercore/functiongemma-automaticity-v7-q8
Run and chat with the model
lemonade run user.functiongemma-automaticity-v7-q8-{{QUANT_TAG}}List all available models
lemonade list
| @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700;800;900&family=Radley:ital@0;1&display=swap"); | |
| :root { | |
| color-scheme: light; | |
| --color-brand-cream: #e3cfb4; | |
| --color-brand-white: #e3cfb4; | |
| --color-brand-black: #213753; | |
| --color-brand-coral: #a73543; | |
| --color-brand-yellow: #d6bd63; | |
| --color-brand-teal: #365f50; | |
| --color-brand-mint: #637979; | |
| --color-brand-purple: #c77349; | |
| --surface: color-mix(in srgb, var(--color-brand-cream) 88%, white); | |
| --surface-strong: var(--color-brand-cream); | |
| --surface-border: var(--color-brand-black); | |
| --text-primary: var(--color-brand-black); | |
| --text-secondary: color-mix(in srgb, var(--color-brand-teal) 58%, var(--color-brand-black)); | |
| --text-muted: color-mix(in srgb, var(--color-brand-purple) 70%, var(--color-brand-black)); | |
| --accent: var(--color-brand-coral); | |
| --accent-cool: var(--color-brand-teal); | |
| --accent-yellow: var(--color-brand-yellow); | |
| --status-teal: var(--color-brand-mint); | |
| --good: #365f50; | |
| --warn: #a66b1f; | |
| --bad: #a73543; | |
| --shadow-hard: 6px 6px 0 0 var(--surface-border); | |
| --shadow-hard-small: 3px 3px 0 0 var(--surface-border); | |
| --radius: 0.45rem; | |
| --font-display: "Noto Sans", "Avenir Next", "Segoe UI", sans-serif; | |
| --font-editorial: "Radley", Georgia, "Times New Roman", serif; | |
| --font-body: "Noto Sans", "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif; | |
| --paper-texture-image: | |
| radial-gradient(color-mix(in srgb, #624c3c 10%, transparent) 0.7px, transparent 0.7px), | |
| linear-gradient(95deg, color-mix(in srgb, #624c3c 5%, transparent) 0 1px, transparent 1px 13px), | |
| radial-gradient(color-mix(in srgb, var(--color-brand-mint) 30%, transparent) 1px, transparent 1px); | |
| --paper-texture-size: 19px 23px, 53px 100%, 32px 32px; | |
| --paper-texture-position: 0 0, -17px 0, -16px -16px; | |
| font-family: var(--font-body); | |
| } | |
| * { | |
| box-sizing: border-box; | |
| } | |
| body { | |
| margin: 0; | |
| background-color: var(--color-brand-cream); | |
| background-image: var(--paper-texture-image); | |
| background-size: var(--paper-texture-size); | |
| background-position: var(--paper-texture-position); | |
| color: var(--text-primary); | |
| font-size: 15px; | |
| line-height: 1.6; | |
| } | |
| a { | |
| color: inherit; | |
| text-decoration-color: var(--accent); | |
| text-underline-offset: 0.22rem; | |
| } | |
| .page { | |
| width: min(1180px, calc(100% - 32px)); | |
| margin: 0 auto; | |
| padding: 32px 0 56px; | |
| } | |
| .hero, | |
| .metric, | |
| .card, | |
| .option, | |
| .overflow, | |
| .callout { | |
| border: 3px solid var(--surface-border); | |
| border-radius: var(--radius); | |
| background: var(--surface); | |
| box-shadow: var(--shadow-hard); | |
| } | |
| .hero { | |
| display: grid; | |
| gap: 20px; | |
| padding: clamp(22px, 4vw, 38px); | |
| } | |
| .eyebrow, | |
| .metric-label, | |
| th, | |
| .badge, | |
| button, | |
| .button { | |
| font-family: var(--font-display); | |
| font-weight: 800; | |
| letter-spacing: 0.09em; | |
| text-transform: uppercase; | |
| } | |
| .eyebrow { | |
| display: inline-flex; | |
| width: fit-content; | |
| align-items: center; | |
| gap: 0.55rem; | |
| margin: 0; | |
| color: var(--color-brand-purple); | |
| font-size: 12px; | |
| } | |
| .eyebrow::before { | |
| content: ""; | |
| width: 0.86rem; | |
| height: 0.86rem; | |
| border: 2px solid currentColor; | |
| background: | |
| linear-gradient(45deg, transparent 42%, currentColor 42% 58%, transparent 58%), | |
| linear-gradient(-45deg, transparent 42%, currentColor 42% 58%, transparent 58%); | |
| transform: rotate(-4deg); | |
| } | |
| h1, | |
| h2, | |
| h3 { | |
| margin: 0; | |
| font-family: var(--font-display); | |
| font-weight: 800; | |
| line-height: 1.05; | |
| text-transform: uppercase; | |
| } | |
| h1 { | |
| max-width: 920px; | |
| font-size: clamp(34px, 6vw, 72px); | |
| } | |
| h2 { | |
| margin-top: 36px; | |
| font-size: clamp(26px, 3.6vw, 44px); | |
| } | |
| h3 { | |
| font-size: 18px; | |
| } | |
| p { | |
| margin: 0; | |
| } | |
| .lede, | |
| .card p, | |
| .callout p { | |
| color: var(--text-secondary); | |
| font-family: var(--font-editorial); | |
| font-size: 1.13rem; | |
| line-height: 1.48; | |
| } | |
| .lede { | |
| max-width: 820px; | |
| } | |
| .section { | |
| margin-top: 30px; | |
| } | |
| .metric-grid, | |
| .option-grid { | |
| display: grid; | |
| grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); | |
| gap: 16px; | |
| } | |
| .metric, | |
| .card, | |
| .option, | |
| .callout { | |
| padding: 18px; | |
| } | |
| .metric-value { | |
| display: block; | |
| margin-top: 10px; | |
| font-size: clamp(34px, 5vw, 52px); | |
| font-weight: 900; | |
| line-height: 0.95; | |
| } | |
| .metric-label, | |
| .small { | |
| color: var(--text-muted); | |
| font-size: 13px; | |
| } | |
| .badge { | |
| display: inline-flex; | |
| align-items: center; | |
| min-height: 25px; | |
| padding: 0.28rem 0.64rem; | |
| border: 2px solid var(--surface-border); | |
| border-radius: 999px; | |
| background: color-mix(in srgb, var(--surface) 82%, transparent); | |
| color: var(--text-secondary); | |
| font-size: 11px; | |
| line-height: 1; | |
| } | |
| .badge.good { | |
| background: var(--status-teal); | |
| color: var(--text-primary); | |
| } | |
| .badge.warn { | |
| background: var(--accent-yellow); | |
| color: var(--text-primary); | |
| } | |
| .badge.bad { | |
| background: var(--accent); | |
| color: var(--surface); | |
| } | |
| .overflow { | |
| overflow-x: auto; | |
| } | |
| table { | |
| width: 100%; | |
| border-collapse: collapse; | |
| } | |
| th, | |
| td { | |
| padding: 13px 14px; | |
| border-bottom: 2px solid color-mix(in srgb, var(--surface-border) 45%, transparent); | |
| text-align: left; | |
| vertical-align: top; | |
| } | |
| th { | |
| background: var(--accent-yellow); | |
| color: var(--text-primary); | |
| font-size: 12px; | |
| } | |
| tr:last-child td { | |
| border-bottom: 0; | |
| } | |
| .callout { | |
| background: color-mix(in srgb, var(--surface) 88%, var(--accent-yellow)); | |
| } | |
| .split { | |
| display: grid; | |
| grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr); | |
| gap: 18px; | |
| } | |
| .toolbar { | |
| display: flex; | |
| flex-wrap: wrap; | |
| gap: 9px; | |
| align-items: center; | |
| } | |
| button, | |
| .button { | |
| position: relative; | |
| border: 3px solid var(--surface-border); | |
| border-radius: var(--radius); | |
| background: var(--accent); | |
| box-shadow: 4px 4px 0 0 var(--surface-border); | |
| color: var(--surface); | |
| padding: 0.72rem 1rem; | |
| font-size: 0.92rem; | |
| cursor: pointer; | |
| transition: transform 150ms ease-out, box-shadow 150ms ease-out; | |
| } | |
| button:hover, | |
| .button:hover { | |
| transform: translate(2px, 2px); | |
| box-shadow: 2px 2px 0 0 var(--surface-border); | |
| } | |
| input, | |
| textarea, | |
| select { | |
| width: 100%; | |
| border: 3px solid var(--surface-border); | |
| border-radius: var(--radius); | |
| background: var(--surface); | |
| color: var(--text-primary); | |
| padding: 0.65rem 0.75rem; | |
| font: inherit; | |
| } | |
| textarea { | |
| min-height: 160px; | |
| resize: vertical; | |
| } | |
| @media (max-width: 760px) { | |
| .page { | |
| width: min(100% - 20px, 1180px); | |
| padding-top: 12px; | |
| } | |
| .hero { | |
| padding: 20px; | |
| } | |
| .split { | |
| grid-template-columns: 1fr; | |
| } | |
| } | |