MCPcopy Create free account
hub / github.com/OpenGVLab/EfficientQAT / warmup

Method warmup

quantize/int_linear_real.py:22–23  ·  view source on GitHub ↗
(cls, model, transpose=False, seqlen=2048)

Source from the content-addressed store, hash-verified

20class TritonModuleMixin:
21 @classmethod
22 def warmup(cls, model, transpose=False, seqlen=2048):
23 pass
24
25
26class QuantLinear(nn.Module, TritonModuleMixin):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected