# FunctionGemma 270M Physical AI — v7, function-token format # Function tokens () + terminator. ~8-15 output tokens per call. # Optimized for CPU decode on small Cortex-A55 / similar edge targets. FROM ./functiongemma-physical-ai-v7-Q5_K_M.gguf PARAMETER temperature 0 PARAMETER top_p 1 PARAMETER num_ctx 1024 PARAMETER num_predict 80 # Stop on the turn-level markers ONLY, not on . Multi-tool sequences # emit (args)(args), and stopping at the first # truncates the second call. + are the right # stops for both single- and multi-tool output. PARAMETER stop "" PARAMETER stop "" # Use base model's chat template — training data is in messages+tools form, # the tokenizer's chat_template.jinja already handles it.