Views
No views yet
| Spec | Value |
|---|---|
| Architecture | Mistral 12B |
| Parameters | 12.2B (not 3B — HF misreads AWQ compressed size) |
| Quantization | AWQ W4A16 (4-bit weights, 16-bit activations) |
| Format | compressed-tensors / safetensors |
| Base model | FallenMerick/MN-Violet-Lotus-12B |
| VRAM required | ~8GB (fits on 1× RTX 3080) |
1pip install vllm compressed-tensors
2
3python3 -m vllm.entrypoints.openai.api_server \
4 --model meganovaai/MN-Violet-Lotus-12B-AWQ \
5 --served-model-name MN-Violet-Lotus-12B \
6 --gpu-memory-utilization 0.8 \
7 --dtype half \
8 --quantization compressed-tensors \
9 --port 8000lm_head excluded from quantization.