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) -```