Skip to content

davisyoshida/jax-gptq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAX-GPTQ

This is a JAX implementation of the GPT-Q quantization algorithm](https://arxiv.org/abs/2210.17323). It's currently a rough draft of the idea, but it makes using GPT-Q way easier than having to custom write the quantization loop for each model you want to apply it to.

I've tested it on my own Haiku models, and it also worked out of the box on the GPT-2 and T5 models from HuggingFace.

I'll add documentation soon but for now this notebook has a usage example.

About

JAX implementation of GPTQ quantization algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages