From 532dca78cb565bf6a58da7931ccfb33b6e716dac Mon Sep 17 00:00:00 2001 From: Benoit Chevallier-Mames Date: Mon, 20 Dec 2021 11:55:02 +0100 Subject: [PATCH] chore: update docs closes #1083 --- docs/user/explanation/quantization.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/user/explanation/quantization.md b/docs/user/explanation/quantization.md index 3fce96f10..bc37066f4 100644 --- a/docs/user/explanation/quantization.md +++ b/docs/user/explanation/quantization.md @@ -1,7 +1,3 @@ -```{warning} -FIXME(Andrei): see if this is still appropriate, update etc; make link with use_quantization.md -``` - # Quantization ```{note} @@ -43,6 +39,7 @@ Regarding quantization and FHE compilation, it is important to understand the di For the moment, only the second method is available in Concrete Framework, but we plan to have the first method available in a further release, since it should give more freedom and better results to the user. We detail the use of quantization within Concrete Framework in [here](../howto/use_quantization.md). + ## Resources - IntelLabs distiller explanation of quantization: [Distiller documentation](https://intellabs.github.io/distiller/algo_quantization.html)