Skip to content

Latest commit

 

History

History
 
 

mistralrs-quant

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

mistralrs-quant

Quantization techniques for mistral.rs. This implements a common trait for all quantization methods to implement for ease of extension and development.

Currently supported:

  • GGUF: GgufMatMul
  • Gptq: GptqLayer

Some kernels are copied or based on implementations in: