Views
No views yet
upstage/solar-pro-preview-instruct
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.ultrachat-200k| bf16 baseline | this AWQ checkpoint | |
|---|---|---|
| GSM8K accuracy (n=15) | 0.8 | 0.7333 |
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 upstage/solar-pro-preview-instruct
5
6# or benchmark the speedup vs the naive baseline
7./fastserve bench upstage/solar-pro-preview-instruct --compare-baseline1curl localhost:8000/v1/completions \
2 -d '{"model": "glenic/solar-pro-preview-instruct-W8A8-INT8", "prompt": "Q: What is 17*4?\nA:", "max_tokens": 64}'1pip install vllm
2python -m vllm.entrypoints.openai.api_server --model glenic/solar-pro-preview-instruct-W8A8-INT8upstage/solar-pro-preview-instruct for terms.