From 671d553d01fa62eac345e356099f3e8a373edad6 Mon Sep 17 00:00:00 2001 From: Benoit Chevallier-Mames Date: Thu, 23 Dec 2021 14:42:02 +0100 Subject: [PATCH] chore: no more public repository closes #1212 --- docs/user/basics/intro.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/user/basics/intro.md b/docs/user/basics/intro.md index 3faa8af2e..2df958bcb 100644 --- a/docs/user/basics/intro.md +++ b/docs/user/basics/intro.md @@ -41,7 +41,3 @@ The main _current_ limits are: - **Concrete** needs the integer to be less than 7 bits (included) To overcome the above limitations, Concrete has a [popular quantization](../explanation/quantization.md) method built in the framework that allows map floating point values to integers. We can [use this approach](../howto/use_quantization.md) to run models in FHE. Lastly, we give hints to the user on how to [reduce the precision](../howto/reduce_needed_precision.md) of a model to make it work in Concrete. - -```{warning} -FIXME(all: add an .md about the repository of FHE-friendly models (#1212) -```