pymllm.quantize.cast2fp32_pass ============================== .. py:module:: pymllm.quantize.cast2fp32_pass Classes ------- .. autoapisummary:: pymllm.quantize.cast2fp32_pass.Cast2Fp32QuantizePass Module Contents --------------- .. py:class:: Cast2Fp32QuantizePass Bases: :py:obj:`pymllm.quantize.quantize_pass.QuantizeBasePass` Helper class that provides a standard way to create an ABC using inheritance. .. py:method:: prepare(quantize_config, tensor_dict, **kwargs) .. py:method:: match(quantize_config, tensor_dict, **kwargs) .. py:method:: run(quantize_config, tensor_dict, **kwargs)