MCPcopy Index your code
hub / github.com/OpenMOSS/MOSS / quantize

Method quantize

models/modeling_moss.py:735–737  ·  view source on GitHub ↗
(self, wbits, groupsize)

Source from the content-addressed store, hash-verified

733 )
734
735 def quantize(self, wbits, groupsize):
736 from .quantization import quantize_with_gptq
737 return quantize_with_gptq(self, wbits, groupsize)
738

Callers 1

__init__Method · 0.95

Calls 1

quantize_with_gptqFunction · 0.85

Tested by

no test coverage detected