AMbaye018/sarvam-30b-AWQ-then-FP8
026
Sarvam-30B AWQ→FP8 (Mixed-Precision)
Hybrid mixed-precision quantization of sarvamai/sarvam-30b for the Resilient AI Challenge.
Method: AWQ first, then FP8
Two-stage sequential compression:
- AWQ W4A16 on MLP/expert layers (4-bit, activation-aware scaling)
- FP8 Dynamic on remaining BF16 layers (attention + layer 0)
This produces a hybrid model where each component uses the optimal precision:
Quantization Details
Usage with vLLM
vllm serve AMbaye018/sarvam-30b-AWQ-then-FP8 \
--trust-remote-code \
--tensor-parallel-size 1 \
--gpu-memory-utilization 0.90 \
--max-model-len 32768 \
--host 0.0.0.0 \
--port 8000vLLM Config (for challenge submission)
model: AMbaye018/sarvam-30b-AWQ-then-FP8
served_model_name: sarvam-30b-awq-fp8
trust_remote_code: true
tensor_parallel_size: 1
gpu_memory_utilization: 0.90
max_model_len: 32768
max_num_seqs: 64
host: 0.0.0.0
port: 8000References
- sarvamai/sarvam-30b — Base model
- QuantTrio/sarvam-30b-AWQ — AWQ recipe reference
- llm-compressor — Quantization tool
License
Apache License 2.0 (same as base model)
