Vikhrmodels/GrandMaster-PRO-MAX
Viewer • Updated • 155k • 1.1k • 77
4-bit AWQ quantization of Vikhrmodels/Vikhr-Nemo-12B-Instruct-R-21-09-24, a Russian-language grounded-RAG model. Produced with llm-compressor in the compressed-tensors format for vLLM.
Main motivation: on pre-Ampere GPUs (sm75, e.g. Quadro RTX 6000 / RTX 20xx) GPTQ checkpoints fall back to slow non-Marlin kernels in vLLM, while this checkpoint runs via MarlinLinearKernel for CompressedTensorsWNA16, giving a large speedup in prefill and batched decode.
lm_head kept unquantizedAWQModifier, one-shot)vllm serve ConstDemi/vikhr-nemo-12b-instruct-r-awq
vllm serve ConstDemi/vikhr-nemo-12b-instruct-r-awq \
--dtype float16
Verified on vLLM 0.25.1, sm75 GPU, --dtype float16. The model follows the two-step grounded generation protocol of the original Vikhr-R (document selection as JSON, then the answer); see the original model card for the prompt format.
--dtype float16 on GPUs without native bf16 support.Base model
mistralai/Mistral-Nemo-Base-2407