Skip to content
#

int4-quantization

Here are 6 public repositories matching this topic...

Language: All
Filter by language

Implemented post-training quantisation (PTQ) on transformer-based reasoning models using 8-bit and 4-bit weight quantisation (INT8, INT4) with frameworks like PyTorch and Hugging Face Transformers. Leveraged libraries such as bitsandbytes to reduce model size and accelerate inference, while evaluating performance degradation on reasoning tasks. Com

  • Updated Apr 21, 2026
  • Jupyter Notebook

Three hand-written Triton kernels for LLM inference (fused RMSNorm plus residual, online softmax, INT4 g128 GEMV) benchmarked on NVIDIA Blackwell against PyTorch eager and torch.compile, with every raw CUDA-event sample, measured device ceiling, and Nsight Compute report committed and CI-verified.

  • Updated Aug 12, 2026
  • Python

Improve this page

Add a description, image, and links to the int4-quantization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the int4-quantization topic, visit your repo's landing page and select "manage topics."

Learn more