Views
No views yet
google/gemma-4-31B-it
by fastserve's self-quantization pipeline
(publish/) — so it can be trusted the way a random community AWQ requant
sometimes can't. Two community quants fastserve auto-detected during its own
benchmark run looped garbage tokens instead of answering; every checkpoint
published here passed an accuracy gate against its bf16 baseline first.wikitext| bf16 baseline | this AWQ checkpoint | |
|---|---|---|
| GSM8K accuracy (n=15) | 0.8 | 0.8 |
1git clone https://github.com/jireh-father/fastserve && cd fastserve && ./install.sh
2
3# serve an OpenAI-compatible API (auto-picks this AWQ checkpoint)
4./fastserve serve google/gemma-4-31B-it
5
6# or benchmark the speedup vs the naive baseline
7./fastserve bench google/gemma-4-31B-it --compare-baseline1curl localhost:8000/v1/completions \
2 -d '{"model": "glenic/gemma-4-31B-it-W8A8-INT8", "prompt": "Q: What is 17*4?\nA:", "max_tokens": 64}'1pip install vllm
2python -m vllm.entrypoints.openai.api_server --model glenic/gemma-4-31B-it-W8A8-INT8google/gemma-4-31B-it for terms.