From 1b18454687409cdabfec4cd9a197f88fa996ae3c Mon Sep 17 00:00:00 2001 From: jmarin Date: Fri, 23 Feb 2024 13:10:11 +0100 Subject: [PATCH 1/6] Clarify dynamic quantization behaviour --- recipes_source/quantization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes_source/quantization.rst b/recipes_source/quantization.rst index a8719c19813..012e8c8b360 100644 --- a/recipes_source/quantization.rst +++ b/recipes_source/quantization.rst @@ -81,7 +81,7 @@ The full documentation of the `quantize_dynamic` API call is `here Date: Tue, 27 Feb 2024 17:35:55 +0100 Subject: [PATCH 2/6] Further elaborate on the root cause of model's degradation --- recipes_source/quantization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes_source/quantization.rst b/recipes_source/quantization.rst index 012e8c8b360..14ab9cf7fbe 100644 --- a/recipes_source/quantization.rst +++ b/recipes_source/quantization.rst @@ -81,7 +81,7 @@ The full documentation of the `quantize_dynamic` API call is `here Date: Tue, 27 Feb 2024 17:38:33 +0100 Subject: [PATCH 3/6] Change performance to accuracy as suggested. --- recipes_source/quantization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes_source/quantization.rst b/recipes_source/quantization.rst index 14ab9cf7fbe..02e925c44af 100644 --- a/recipes_source/quantization.rst +++ b/recipes_source/quantization.rst @@ -81,7 +81,7 @@ The full documentation of the `quantize_dynamic` API call is `here Date: Tue, 27 Feb 2024 17:50:43 +0100 Subject: [PATCH 4/6] Remove copy-paste mistake --- recipes_source/quantization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes_source/quantization.rst b/recipes_source/quantization.rst index 02e925c44af..afccd56b918 100644 --- a/recipes_source/quantization.rst +++ b/recipes_source/quantization.rst @@ -81,7 +81,7 @@ The full documentation of the `quantize_dynamic` API call is `here Date: Tue, 27 Feb 2024 17:53:25 +0100 Subject: [PATCH 5/6] Update quantization.rst Remove copy-paste mistake --- recipes_source/quantization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes_source/quantization.rst b/recipes_source/quantization.rst index 02e925c44af..afccd56b918 100644 --- a/recipes_source/quantization.rst +++ b/recipes_source/quantization.rst @@ -81,7 +81,7 @@ The full documentation of the `quantize_dynamic` API call is `here Date: Wed, 6 Mar 2024 23:05:45 +0100 Subject: [PATCH 6/6] Improve paragraph following suggestions --- recipes_source/quantization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes_source/quantization.rst b/recipes_source/quantization.rst index afccd56b918..ac9cd48fe8c 100644 --- a/recipes_source/quantization.rst +++ b/recipes_source/quantization.rst @@ -81,7 +81,7 @@ The full documentation of the `quantize_dynamic` API call is `here