Workflow
GPTQ
icon
Search documents
X @Avi Chawla
Avi Chawla· 2025-10-18 19:20
RT Avi Chawla (@_avichawla)Keras now lets you quantize models with just one line of code!You can either quantize your own models or any pre-trained model obtained from KerasHub.Simply run model.quantize(quantization_mode).Supports quantization to int4, int8, float8, and GPTQ modes. https://t.co/isWsphiJq5 ...
X @Avi Chawla
Avi Chawla· 2025-10-18 06:31
Model Quantization - Keras enables model quantization with a single line of code [1] - Supports quantization to int4, int8, float8, and GPTQ modes [1] - Can quantize user's own models or pre-trained models from KerasHub [1]