How to Convert pytorch qat model to tensorrt

I find that the converted qat model in pytorch can’t use GPU Kernel, But I don’t find the function or ways to convert to tensorrt. How to Convert pytorch qat model to tensorrt?

Try using this tool if you are looking to use QAT with TensorRT PyTorch Quantization — Model Optimizer 0.15.0