How can I disable quantization for specific layers

Hi all, how can i disable quantization for specific layers or op in torch.fx?

you set it to match one of the QConfigMappings with qconfig=None

I got it, i tried to use module_name option in qconfig to do mix quantization, but i didn’t realized it can also be set as None. Thank you a lot!