Views
No views yet
evolveon/Mistral-7B-Instruct-v0.3-abliterated,
itself an abliteration of Mistral 7B Instruct v0.3.wikimedia/wikipedia (20231101.fr)lm_head left in fp16 (preserves output quality)v_proj → o_proj smoothing is skipped on all 32 layers due to GQA shape mismatch (32 query heads / 8 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/Mistral-7B-Instruct-v0.3-abliterated-AWQ \
2 --quantization compressed-tensors \
3 --tool-call-parser mistral \
4 --enable-auto-tool-choice \
5 --max-model-len 8192