Views
No views yet
gemma4-52b-a6b-canopy is an alternate production-evaluation build in the
Gemma4-52B-A6B line. It uses the same expanded Gemma4 MoE backbone as the
primary release, with an alternate evaluation profile for SWE and agentic
workloads.unsloth/Gemma-4-26B-A4B-it50.6B6B128 base experts + 128 added specialist experts256k tokens131k tokens0.5 to 0.71CUDA_VISIBLE_DEVICES=0 \
2vllm serve . \
3 --served-model-name gemma4-52b-a6b-canopy \
4 --host 0.0.0.0 \
5 --port 23333 \
6 --dtype bfloat16 \
7 --tensor-parallel-size 1 \
8 --max-model-len 131072 \
9 --gpu-memory-utilization 0.88 \
10 --trust-remote-code \
11 --reasoning-parser gemma4 \
12 --tool-call-parser gemma4 \
13 --enable-auto-tool-choice \
14 --chat-template ./chat_template.jinja \
15 --default-chat-template-kwargs '{"enable_thinking": true}'http://localhost:23333/v1gemma4-52b-a6b release rather than a replacement.