Views
No views yet
google/diffusiongemma-26B-A4B-it
for vLLM.compressed-tensorsvllm/vllm-openai:gemma on an NVIDIA RTX A6000.quantization=compressed-tensors, selected WNA16
Marlin/Humming kernels and the Marlin MoE backend, and generated successfully
from a chat-template prompt:Hello, how can I help you today?1vllm serve pixelkaiser/diffusiongemma-26B-A4B-it-AWQ-MLP-W4A16-G64-S32-L1024 \
2 --host 0.0.0.0 \
3 --port 8000 \
4 --max-model-len 4096 \
5 --max-num-seqs 1 \
6 --gpu-memory-utilization 0.75 \
7 --generation-config vllm \
8 --reasoning-parser gemma4 \
9 --default-chat-template-kwargs '{"enable_thinking": true}' \
10 --hf-overrides '{"diffusion_sampler":"entropy_bound","diffusion_entropy_bound":0.1}' \
11 --diffusion-config '{"canvas_length":256}'--max-num-seqs, --max-model-len, and --gpu-memory-utilization for
your GPU and workload.