A W8A8 (weight + activation INT8) quantized version of HuggingFaceTB/SmolLM2-1.7B-Instruct, produced using llm-compressor with the compressed-tensors format. This model targets high-throughput inference on NVIDIA GPUs where INT8 tensor cores are available (Turing+).
W8A8 quantization reduces memory footprint and enables use of INT8 tensor core throughput on modern NVIDIA GPUs, without the accuracy degradation typical of weight-only schemes like W4A16. This model is useful for:
Serving on memory-constrained GPUs (e.g., T4, L4, A10G)
High-throughput batched inference via vLLM's INT8 kernel path
Benchmarking quantization accuracy vs. latency trade-offs