Views
No views yet
huihui-ai/Qwen2.5-7B-Instruct-abliterated-v2,
itself an abliteration of Qwen2.5 7B Instruct.wikimedia/wikipedia (20231101.fr)lm_head left in fp16 (preserves output quality)v_proj → o_proj smoothing is skipped on all 28 layers due to GQA shape mismatch (28 query heads / 4 KV heads). Standard AWQ behaviour for GQA models — quality impact is marginal since the input_layernorm → q/k/v smoothing remains active.1vllm serve KebalBaguette/Qwen2.5-7B-Instruct-abliterated-v2-AWQ \
2 --quantization compressed-tensors \
3 --tool-call-parser hermes \
4 --enable-auto-tool-choice \
5 --max-model-len 8192