chore: no more public repository

closes #1212
This commit is contained in:
Benoit Chevallier-Mames
2021-12-23 14:42:02 +01:00
committed by Benoit Chevallier
parent 4ccc4bb751
commit 671d553d01

View File

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