diff --git a/prototype_source/quantization_in_pytorch_2_0_export_tutorial.rst b/prototype_source/quantization_in_pytorch_2_0_export_tutorial.rst index 781df5ca042..91b3623d24b 100644 --- a/prototype_source/quantization_in_pytorch_2_0_export_tutorial.rst +++ b/prototype_source/quantization_in_pytorch_2_0_export_tutorial.rst @@ -1,8 +1,10 @@ -(Work in Progress) Quantization in PyTorch 2.0 Export Tutorial +Quantization in PyTorch 2.0 Export Tutorial ============================================================== **Author**: `Leslie Fang `_, `Weiwen Xia `__, `Jiong Gong `__, `Kimish Patel `__, `Jerry Zhang `__ +.. note:: Quantization in PyTorch 2.0 export is still a work in progress. + Today we have `FX Graph Mode Quantization `__ which uses ``symbolic_trace`` to capture the model into a graph, and then