quark.torch.algorithm.awq.auto_smooth

quark.torch.algorithm.awq.auto_smooth#

Module Contents#

Classes#

class quark.torch.algorithm.awq.auto_smooth.AutoSmoothQuantProcessor(model: torch.nn.Module, quant_algo_config: Any, data_loader: torch.utils.data.DataLoader[List[Dict[str, torch.Tensor]]])#

Helper class that provides a standard way to create an ABC using inheritance.